aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnat-doc-ps/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-12-05 14:06:22 +0800
committerlioux <lioux@FreeBSD.org>2001-12-05 14:06:22 +0800
commit7f85b424657509a6b31f6a9889d3eb6052fdacbc (patch)
treed0cb1069f0c554f92fc37f407cbe01a0fd497ec0 /lang/gnat-doc-ps/Makefile
parent60188cdfee20374ee191267ff5a07c82f81bf0c5 (diff)
downloadfreebsd-ports-gnome-7f85b424657509a6b31f6a9889d3eb6052fdacbc.tar.gz
freebsd-ports-gnome-7f85b424657509a6b31f6a9889d3eb6052fdacbc.tar.zst
freebsd-ports-gnome-7f85b424657509a6b31f6a9889d3eb6052fdacbc.zip
o New port gnat-doc-ps version 3.13p: Documentation for the GNAT
compiler o Slave port of gnat-doc-html PR: 30363 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Diffstat (limited to 'lang/gnat-doc-ps/Makefile')
-rw-r--r--lang/gnat-doc-ps/Makefile11
1 files changed, 11 insertions, 0 deletions
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"