summaryrefslogtreecommitdiff
path: root/textproc/expat2/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-08-26 13:45:48 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-08-26 13:45:48 +0000
commite6e1e1046b876a02089d2c3307882b39513b8a79 (patch)
tree4452bccf7b6d8eb6fc49a5cf7374573c44743ee5 /textproc/expat2/Makefile
parentArgh! The last commit got the port installing the exim binaries into (diff)
Initial import of expat, a
XML 1.0 parser written in C.
Notes
Notes: svn path=/head/; revision=20990
Diffstat (limited to 'textproc/expat2/Makefile')
-rw-r--r--textproc/expat2/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
new file mode 100644
index 000000000000..cfc66059a8bb
--- /dev/null
+++ b/textproc/expat2/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: expat
+# Version required: 1.1
+# Date created: Thu Aug 26 14:38:07 CEST 1999
+# Whom: Dirk Froemberg <dirk@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= expat
+PKGNAME= expat-1.1
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.jclark.com/pub/xml/ \
+ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
+
+MAINTAINER= dirk@FreeBSD.org
+
+USE_ZIP= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xmlwf/xmlwf ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/include/xml
+ ${INSTALL_DATA} ${WRKSRC}/xmlparse/xmlparse.h ${PREFIX}/include/xml
+ ${INSTALL_DATA} ${WRKSRC}/xmltok/xmltok.h ${PREFIX}/include/xml
+ ${INSTALL_DATA} ${WRKSRC}/libexpat.a ${PREFIX}/lib
+
+.include <bsd.port.mk>