summaryrefslogtreecommitdiff
path: root/textproc/docproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/docproj/Makefile')
-rw-r--r--textproc/docproj/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
new file mode 100644
index 000000000000..09c46edaed39
--- /dev/null
+++ b/textproc/docproj/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: docproj
+# Version required: around June 1998
+# Date created: 27 June 1998
+# Whom: Nik Clayton <nik@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= docproj
+CATEGORIES= textproc
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= nik@freebsd.org
+
+# sgmlformat brings in almost everything except for the modular stylesheets
+RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
+ ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular
+
+EXTRACT_ONLY= # empty
+NO_PATCH= yes
+NO_BUILD= yes
+
+do-install: # empty
+
+.include <bsd.port.mk>