aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-12-05 14:05:15 +0800
committerlioux <lioux@FreeBSD.org>2001-12-05 14:05:15 +0800
commite2a3803cf2b443091ab9231ef3efe8f7622e7e14 (patch)
treef5042c3c0c632f76bae3c9458d28a0db05c0b6cb /lang
parent7c0ffb08e52af2bb5afbe9ab634f45ea32121cc4 (diff)
downloadfreebsd-ports-gnome-e2a3803cf2b443091ab9231ef3efe8f7622e7e14.tar.gz
freebsd-ports-gnome-e2a3803cf2b443091ab9231ef3efe8f7622e7e14.tar.zst
freebsd-ports-gnome-e2a3803cf2b443091ab9231ef3efe8f7622e7e14.zip
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>
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"