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

o New port jgnat-doc-info version 1.1p: Documentation for the JGNAT

compiler
o Slave port of jgnat-doc-html

PR:		30365
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-12-05 05:56:04 +00:00
parent c36ab071d5
commit 32eff8a160
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51047
2 changed files with 12 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += itcl
SUBDIR += jgnat
SUBDIR += jgnat-doc-html
SUBDIR += jgnat-doc-info
SUBDIR += jruby
SUBDIR += jython
SUBDIR += klone

View File

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