diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-05 13:58:47 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-05 13:58:47 +0800 |
commit | 3ac66474a619f75fe1eb960df7d5be807897b5dc (patch) | |
tree | c01b5b89922a87407a14963ccfca04ceba4a4ece /lang/jgnat-doc-txt | |
parent | 24a9bc19ff3d564487b02a74b4101bdf1ad65d9a (diff) | |
download | freebsd-ports-graphics-3ac66474a619f75fe1eb960df7d5be807897b5dc.tar.gz freebsd-ports-graphics-3ac66474a619f75fe1eb960df7d5be807897b5dc.tar.zst freebsd-ports-graphics-3ac66474a619f75fe1eb960df7d5be807897b5dc.zip |
o New port jgnat-doc-txt 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-txt')
-rw-r--r-- | lang/jgnat-doc-txt/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/jgnat-doc-txt/Makefile b/lang/jgnat-doc-txt/Makefile new file mode 100644 index 00000000000..c2222d1f855 --- /dev/null +++ b/lang/jgnat-doc-txt/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: jgnat-doc-txt +# Date created: 05 Sept 2001 +# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net> +# +# $FreeBSD$ +# + +DOCFORMAT= txt +MASTERDIR= ${.CURDIR}/../jgnat-doc-html + +.include "${MASTERDIR}/Makefile" |