diff options
Diffstat (limited to 'lang/gnat-doc-ps/Makefile')
-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 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" |