diff options
Diffstat (limited to 'textproc/expat/Makefile')
-rw-r--r-- | textproc/expat/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile new file mode 100644 index 000000000000..cfc66059a8bb --- /dev/null +++ b/textproc/expat/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> |