1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-12-05 06:08:19 +00:00
parent 5fd1ae2fe2
commit 06bbb6e5c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51059
2 changed files with 12 additions and 0 deletions

View File

@ -53,6 +53,7 @@
SUBDIR += gnat-doc-info
SUBDIR += gnat-doc-ps
SUBDIR += gnat-doc-texi
SUBDIR += gnat-doc-txt
SUBDIR += gnat-glade
SUBDIR += gnomebasic
SUBDIR += gnustep-base

View File

@ -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"