diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-02-12 16:37:14 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-02-12 16:37:14 +0000 |
commit | 76f64d1dd8f90cd55558bc2391095fc023544804 (patch) | |
tree | 209f83537af440695525dc8a57f425e7217cef88 /textproc/linux-f8-libxml/Makefile | |
parent | 8b88cd00877e76db175c7ac31a1b6c0fe5e4f4a9 (diff) | |
download | ports-76f64d1dd8f90cd55558bc2391095fc023544804.tar.gz ports-76f64d1dd8f90cd55558bc2391095fc023544804.zip |
Notes
Diffstat (limited to 'textproc/linux-f8-libxml/Makefile')
-rw-r--r-- | textproc/linux-f8-libxml/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/linux-f8-libxml/Makefile b/textproc/linux-f8-libxml/Makefile new file mode 100644 index 000000000000..f348ca544187 --- /dev/null +++ b/textproc/linux-f8-libxml/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" |