summaryrefslogtreecommitdiffstats
path: root/textproc/xmlcharent/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-02-07 01:21:54 +0000
committerkuriyama <kuriyama@FreeBSD.org>2002-02-07 01:21:54 +0000
commit37e96e2ba9d827cd49c1f615b7e59d95e1e687db (patch)
treea5189458b7b4249a6b3d9f092046cfc1625c6fcc /textproc/xmlcharent/Makefile
parent7f024a2bfe9c2dcb9471d6a98e955468fbc9c3a6 (diff)
downloadFreeBSD-ports-37e96e2ba9d827cd49c1f615b7e59d95e1e687db.zip
FreeBSD-ports-37e96e2ba9d827cd49c1f615b7e59d95e1e687db.tar.gz
Add xmlcharent 0.1, XML character entities.
PR: ports/34482 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Diffstat (limited to 'textproc/xmlcharent/Makefile')
-rw-r--r--textproc/xmlcharent/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/textproc/xmlcharent/Makefile b/textproc/xmlcharent/Makefile
new file mode 100644
index 0000000..edba4ca
--- /dev/null
+++ b/textproc/xmlcharent/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: xmlcharent
+# Date created: 31 January 2002
+# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmlcharent
+PORTVERSION= 0.1
+CATEGORIES= textproc
+MASTER_SITES= http://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/
+
+MAINTAINER= fuyuki@mj.0038.net
+
+RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog
+
+USE_ZIP= yes
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+XMLDIR= ${PREFIX}/share/xml/${PORTNAME}
+
+MKCATALOG= ${LOCALBASE}/sbin/mkcatalog
+PLIST_SUB= MKCATALOG=${MKCATALOG}
+
+do-install:
+ ${MKDIR} ${XMLDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ent ${FILESDIR}/catalog ${XMLDIR}
+
+post-install:
+ ${MKCATALOG} -c ${PREFIX}/share/xml/catalog -q install xmlcharent
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud