freebsd-ports/textproc/linux-f8-libxml2/Makefile
Boris Samorodov 824eda00fc Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.

Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
   . OVERRIDE_LINUX_BASE_PORT=f8;
   . OVERRIDE_LINUX_NONBASE_PORTS=f8.

Approved by:	bsam (me) ;-)
2009-04-01 15:25:39 +00:00

32 lines
835 B
Makefile

# New ports collection makefile for: textproc/linux-f8-libxml2
# Date created: 2008-04-10
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= libxml2
PORTVERSION= 2.7.2
CATEGORIES= textproc linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library providing XML and HTML support (Linux Fedora 8)
USE_LINUX_RPM= yes
LINUX_DIST_VER= 8
RPMVERSION= 2.fc8
BRANDELF_DIRS= usr/bin
USE_LDCONFIG= yes
PLIST_FILES= usr/bin/xmlcatalog usr/bin/xmllint \
usr/lib/libxml2.so.2 usr/lib/libxml2.so.${PORTVERSION}
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS ChangeLog.gz Copyright NEWS README TODO
MANPREFIX= ${PREFIX}/usr/share
MAN1= xmlcatalog.1 xmllint.1
MAN3= libxml.3
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>