diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-05 13:57:31 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-05 13:57:31 +0800 |
commit | 20828ba9b4fa98d514c9910b59478ae501aeecb5 (patch) | |
tree | 5417a4dc4f2cf6d3eac6abbbff3a8c23d6628da9 /lang/jgnat-doc-ps | |
parent | 5c15bd7eec5bef6a077d17cd60c2e2dcbe7e2ea2 (diff) | |
download | freebsd-ports-gnome-20828ba9b4fa98d514c9910b59478ae501aeecb5.tar.gz freebsd-ports-gnome-20828ba9b4fa98d514c9910b59478ae501aeecb5.tar.zst freebsd-ports-gnome-20828ba9b4fa98d514c9910b59478ae501aeecb5.zip |
o New port jgnat-doc-ps version 1.1p: Documentation for the JGNAT
compiler
o Slave port of jgnat-doc-html
PR: 30365
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Diffstat (limited to 'lang/jgnat-doc-ps')
-rw-r--r-- | lang/jgnat-doc-ps/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/jgnat-doc-ps/Makefile b/lang/jgnat-doc-ps/Makefile new file mode 100644 index 000000000000..ebf5926d11c4 --- /dev/null +++ b/lang/jgnat-doc-ps/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: jgnat-doc-ps +# Date created: 05 Sept 2001 +# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net> +# +# $FreeBSD$ +# + +DOCFORMAT= ps +MASTERDIR= ${.CURDIR}/../jgnat-doc-html + +.include "${MASTERDIR}/Makefile" |