diff options
Diffstat (limited to 'textproc/linux-f8-libxml2/Makefile')
-rw-r--r-- | textproc/linux-f8-libxml2/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/linux-f8-libxml2/Makefile b/textproc/linux-f8-libxml2/Makefile new file mode 100644 index 0000000..f348ca5 --- /dev/null +++ b/textproc/linux-f8-libxml2/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: linux-libxml +# Date created: 2001.02.08 +# Whom: taoka@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= libxml +.if (${MACHINE_ARCH} == "i386") +PORTVERSION= 1.4.0 +.elif (${MACHINE_ARCH} == "alpha") +PORTVERSION= 1.7.3 +.endif +CATEGORIES= textproc linux + +RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm + +.include "../../x11-toolkits/linux-gtk/Makefile" |