diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-05 14:08:19 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-05 14:08:19 +0800 |
commit | 1bf3465e6ccfcd0b705c9547f3b94e3496fe4612 (patch) | |
tree | bfb9d00912cd51934b7683c778a829a3a8d8df45 /lang/gnat-doc-txt | |
parent | d90872295c5adbb943f2af480f8c19751da227cc (diff) | |
download | freebsd-ports-gnome-1bf3465e6ccfcd0b705c9547f3b94e3496fe4612.tar.gz freebsd-ports-gnome-1bf3465e6ccfcd0b705c9547f3b94e3496fe4612.tar.zst freebsd-ports-gnome-1bf3465e6ccfcd0b705c9547f3b94e3496fe4612.zip |
o New port gnat-doc-txt 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-txt')
-rw-r--r-- | lang/gnat-doc-txt/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gnat-doc-txt/Makefile b/lang/gnat-doc-txt/Makefile new file mode 100644 index 000000000000..8c3cb207b4c9 --- /dev/null +++ b/lang/gnat-doc-txt/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: gnat-doc-txt +# Date created: 04 Sept 2001 +# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net> +# +# $FreeBSD$ +# + +DOCFORMAT= txt +MASTERDIR= ${.CURDIR}/../gnat-doc-html + +.include "${MASTERDIR}/Makefile" |