aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 06:06:22 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 06:06:22 +0000
commitac6fb9b5e820beb1b3f308b5cd45b3d1c1cb33ae (patch)
treed685626ace180b34ff3e72302f3c5f5ecdd85c65 /lang
parentcb0e6c59fa15169365f53e349a998b8f93135475 (diff)
downloadports-ac6fb9b5e820beb1b3f308b5cd45b3d1c1cb33ae.tar.gz
ports-ac6fb9b5e820beb1b3f308b5cd45b3d1c1cb33ae.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/gnat-doc-ps/Makefile11
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index b96a54cca44c..f21413fdc105 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -51,6 +51,7 @@
SUBDIR += gnat
SUBDIR += gnat-doc-html
SUBDIR += gnat-doc-info
+ SUBDIR += gnat-doc-ps
SUBDIR += gnat-glade
SUBDIR += gnomebasic
SUBDIR += gnustep-base
diff --git a/lang/gnat-doc-ps/Makefile b/lang/gnat-doc-ps/Makefile
new file mode 100644
index 000000000000..e9d3608b2bbc
--- /dev/null
+++ b/lang/gnat-doc-ps/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: gnat-doc-ps
+# Date created: 04 Sept 2001
+# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
+#
+# $FreeBSD$
+#
+
+DOCFORMAT= ps
+MASTERDIR= ${.CURDIR}/../gnat-doc-html
+
+.include "${MASTERDIR}/Makefile"