diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-05 06:06:22 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-05 06:06:22 +0000 |
commit | 7f85b424657509a6b31f6a9889d3eb6052fdacbc (patch) | |
tree | d0cb1069f0c554f92fc37f407cbe01a0fd497ec0 /lang/gnat-doc-ps | |
parent | 60188cdfee20374ee191267ff5a07c82f81bf0c5 (diff) | |
download | FreeBSD-ports-7f85b424657509a6b31f6a9889d3eb6052fdacbc.zip FreeBSD-ports-7f85b424657509a6b31f6a9889d3eb6052fdacbc.tar.gz |
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')
-rw-r--r-- | lang/gnat-doc-ps/Makefile | 11 |
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 0000000..e9d3608 --- /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" |