summaryrefslogtreecommitdiff
path: root/textproc/libxode/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-09 14:18:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-09 14:18:44 +0000
commit7faa357a44cd7e849748dfc382bc0ba08425881e (patch)
treef4732e322ad37e9df2faf801cc7f2b8a32e4def1 /textproc/libxode/Makefile
parentUpdate to version 2.54 Beta 26. (diff)
add libxode
An XML library which wraps expat
Notes
Notes: svn path=/head/; revision=44963
Diffstat (limited to 'textproc/libxode/Makefile')
-rw-r--r--textproc/libxode/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile
new file mode 100644
index 000000000000..88a13d4d11cd
--- /dev/null
+++ b/textproc/libxode/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# New ports collection makefile for: libxode
+# Date created: May 16, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libxode
+PORTVERSION= 0.71
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>