summaryrefslogtreecommitdiff
path: root/textproc/docbook-300/Makefile
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-04-14 22:29:16 +0000
committerNik Clayton <nik@FreeBSD.org>1999-04-14 22:29:16 +0000
commitd62a0f882131eb017f58a0c70d123289bda42ba9 (patch)
treef471e33adfa11f1580797c5659f06d240ca01650 /textproc/docbook-300/Makefile
parentVersion 2.4.1 of the DocBook DTD. Separates this from the current (diff)
Version 3.0 of the DocBook DTD. Continued splitting of the current
docbook port.
Notes
Notes: svn path=/head/; revision=17881
Diffstat (limited to 'textproc/docbook-300/Makefile')
-rw-r--r--textproc/docbook-300/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/textproc/docbook-300/Makefile b/textproc/docbook-300/Makefile
new file mode 100644
index 000000000000..aa1972038c16
--- /dev/null
+++ b/textproc/docbook-300/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: docbook-300
+# Version required: 3.0
+# Date created: 7 April 1999
+# Whom: nclayton
+#
+# Based heavily on work by jfieber
+#
+# $Id: Makefile,v 1.4 1998/06/27 05:19:35 asami Exp $
+#
+
+DISTNAME= docbook-3.0
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.ora.com/pub/davenport/
+DISTFILES= docbk30.tar.Z
+
+MAINTAINER= nclayton@FreeBSD.ORG
+
+RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879
+
+NO_MTREE= yes
+EXTRACT_ONLY= # empty
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
+INSTDIR= ${PREFIX}/share/sgml/docbook
+ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog
+
+pre-install:
+ @[ -d ${INSTDIR}/3.0 ] || ${MKDIR} ${INSTDIR}/3.0
+
+do-install:
+ @zcat ${DISTDIR}/docbk30.tar.Z |(cd ${INSTDIR}/3.0; pax -r)
+ @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/3.0/catalog
+ @echo "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/3.0/catalog
+ @chmod ${SHAREMODE} ${INSTDIR}/3.0/*
+ @/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}
+
+.include <bsd.port.mk>