aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/jgnat-doc-ps/Makefile11
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index b5bc350b765c..6ad6be4a012f 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -69,6 +69,7 @@
SUBDIR += jgnat
SUBDIR += jgnat-doc-html
SUBDIR += jgnat-doc-info
+ SUBDIR += jgnat-doc-ps
SUBDIR += jruby
SUBDIR += jython
SUBDIR += klone
diff --git a/lang/jgnat-doc-ps/Makefile b/lang/jgnat-doc-ps/Makefile
new file mode 100644
index 000000000000..ebf5926d11c4
--- /dev/null
+++ b/lang/jgnat-doc-ps/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: jgnat-doc-ps
+# Date created: 05 Sept 2001
+# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
+#
+# $FreeBSD$
+#
+
+DOCFORMAT= ps
+MASTERDIR= ${.CURDIR}/../jgnat-doc-html
+
+.include "${MASTERDIR}/Makefile"