From e2a3803cf2b443091ab9231ef3efe8f7622e7e14 Mon Sep 17 00:00:00 2001 From: lioux Date: Wed, 5 Dec 2001 06:05:15 +0000 Subject: 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 --- lang/Makefile | 1 + lang/gnat-doc-info/Makefile | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 lang/gnat-doc-info/Makefile (limited to 'lang') 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 +# +# $FreeBSD$ +# + +DOCFORMAT= info +MASTERDIR= ${.CURDIR}/../gnat-doc-html + +.include "${MASTERDIR}/Makefile" -- cgit