1bf4b2310b
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org) Discussed with: netchild (emulation)
33 lines
886 B
Makefile
33 lines
886 B
Makefile
# New ports collection makefile for: textproc/linux-f10-expat
|
|
# Date created: 2009-05-03
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= expat
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= textproc linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Linux/i386 binary port of Expat XML-parsing library (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-expat-[0-9]* linux-f8-expat-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 5
|
|
BRANDELF_FILES= usr/bin/xmlwf
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= lib/libexpat.so.1 lib/libexpat.so.1.5.2 \
|
|
usr/bin/xmlwf usr/share/man/man1/xmlwf.1.gz
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= COPYING README
|
|
DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|