diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-05 06:05:15 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-05 06:05:15 +0000 |
commit | cb0e6c59fa15169365f53e349a998b8f93135475 (patch) | |
tree | 36d6f0b0c8887a9bfa1edb336a87c6dc0a9cb415 | |
parent | o New port jgnat-doc-txt version 1.1p: Documentation for the JGNAT (diff) |
o New port gnat-doc-info 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>
Notes
Notes:
svn path=/head/; revision=51053
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/gnat-doc-info/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 1f484cd8e104..b96a54cca44c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -50,6 +50,7 @@ SUBDIR += glibstdc++28 SUBDIR += gnat SUBDIR += gnat-doc-html + SUBDIR += gnat-doc-info SUBDIR += gnat-glade SUBDIR += gnomebasic SUBDIR += gnustep-base diff --git a/lang/gnat-doc-info/Makefile b/lang/gnat-doc-info/Makefile new file mode 100644 index 000000000000..c40d7dfd40fe --- /dev/null +++ b/lang/gnat-doc-info/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: gnat-doc-info +# Date created: 04 Sept 2001 +# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net> +# +# $FreeBSD$ +# + +DOCFORMAT= info +MASTERDIR= ${.CURDIR}/../gnat-doc-html + +.include "${MASTERDIR}/Makefile" |