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

o New port gnat-doc-ps 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:06:22 +00:00
parent cb0e6c59fa
commit ac6fb9b5e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51055
2 changed files with 12 additions and 0 deletions

View File

@ -51,6 +51,7 @@
SUBDIR += gnat
SUBDIR += gnat-doc-html
SUBDIR += gnat-doc-info
SUBDIR += gnat-doc-ps
SUBDIR += gnat-glade
SUBDIR += gnomebasic
SUBDIR += gnustep-base

11
lang/gnat-doc-ps/Makefile Normal file
View File

@ -0,0 +1,11 @@
# New ports collection makefile for: gnat-doc-ps
# Date created: 04 Sept 2001
# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
#
# $FreeBSD$
#
DOCFORMAT= ps
MASTERDIR= ${.CURDIR}/../gnat-doc-html
.include "${MASTERDIR}/Makefile"