summaryrefslogtreecommitdiff
path: root/textproc/iso8879/Makefile
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1997-06-22 21:01:28 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1997-06-22 21:01:28 +0000
commitd3f311ee72696462c0562d44010aa4c3f5551cb5 (patch)
treef94a756fc1871231557836344ff042d0e8fcdd2f /textproc/iso8879/Makefile
parentJade: a DSSSL processor. (diff)
Supplementary materials from ISO 8879:1986, specifically
general character entity definitions used by numerous SGML DTDs including DocBook and our version of Linuxdoc.
Notes
Notes: svn path=/head/; revision=7041
Diffstat (limited to 'textproc/iso8879/Makefile')
-rw-r--r--textproc/iso8879/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile
new file mode 100644
index 000000000000..471944a6d116
--- /dev/null
+++ b/textproc/iso8879/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: iso8879
+# Version required: 1.0
+# Date created: June 19, 1997
+# Whom: jfieber
+#
+# $Id$
+#
+
+DISTNAME= iso8879-1.0
+CATEGORIES= textproc
+MASTER_SITES= http://www.sil.org/sgml/
+
+MAINTAINER= jfieber@FreeBSD.ORG
+
+DISTFILES= isoENTS.zip
+
+NO_MTREE= yes
+NO_EXTRACT= yes
+NO_BUILD= yes
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_WRKDIR= yes
+
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+
+INSTDIR= ${PREFIX}/share/sgml/iso8879/
+
+pre-install:
+ @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
+
+do-install:
+ @unzip -a -q -o -d ${INSTDIR} ${DISTDIR}/${DISTFILES}
+ @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog
+ @chmod ${SHAREMODE} ${INSTDIR}/*
+ @chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}
+
+.include <bsd.port.mk>