summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 05:57:31 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 05:57:31 +0000
commit8d6f3190ca81115d56043999b3ed1275d34fbbb3 (patch)
tree118853e434e2a2818a7872144baf029ef17547cb /lang
parento New port jgnat-doc-info version 1.1p: Documentation for the JGNAT (diff)
o New port jgnat-doc-ps version 1.1p: Documentation for the JGNAT
compiler o Slave port of jgnat-doc-html PR: 30365 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Notes
Notes: svn path=/head/; revision=51049
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"