blob: 0811e595abe24859e33261d6be9268b776030f54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: linux-expat
# Date created: 2003-07-05
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= expat
PORTVERSION= 1.95.7
PORTREVISION= 1
CATEGORIES= textproc linux
DISTNAME= ${PORTNAME}-${PORTVERSION}-4
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Linux/i386 binary port of Expat XML-parsing library
BRANDELF_DIRS= usr/bin
USE_LINUX_RPM= yes
LINUX_DIST_VER= 3
ONLY_FOR_ARCHS= i386 amd64
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|