diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-05 14:06:22 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-05 14:06:22 +0800 |
commit | 7f85b424657509a6b31f6a9889d3eb6052fdacbc (patch) | |
tree | d0cb1069f0c554f92fc37f407cbe01a0fd497ec0 | |
parent | 60188cdfee20374ee191267ff5a07c82f81bf0c5 (diff) | |
download | freebsd-ports-graphics-7f85b424657509a6b31f6a9889d3eb6052fdacbc.tar.gz freebsd-ports-graphics-7f85b424657509a6b31f6a9889d3eb6052fdacbc.tar.zst freebsd-ports-graphics-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>
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/gnat-doc-ps/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index b96a54cca44..f21413fdc10 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 00000000000..e9d3608b2bb --- /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" |