forked from Lainports/freebsd-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) ;-)
27 lines
715 B
Makefile
27 lines
715 B
Makefile
# New ports collection makefile for: textproc/linux-f8-libxml
|
|
# Date created: 2008-04-10
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libxml
|
|
PORTVERSION= 1.8.17
|
|
CATEGORIES= textproc linux
|
|
PKGNAMEPREFIX= linux-f8-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= Old libXML library for Gnome-1 application compatibility (Linux Fedora 8)
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 8
|
|
RPMVERSION= 18.fc8
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= usr/lib/libxml.so.1 usr/lib/libxml.so.${PORTVERSION}
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= AUTHORS COPYING.LIB ChangeLog README TODO
|
|
DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|