summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 06:05:15 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 06:05:15 +0000
commitcb0e6c59fa15169365f53e349a998b8f93135475 (patch)
tree36d6f0b0c8887a9bfa1edb336a87c6dc0a9cb415 /lang
parento 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
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/gnat-doc-info/Makefile11
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"