blob: 403e07518d9cfebe92cf063d7f64ebe26b768132 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# New ports collection makefile for: gnat-doc-info
# Date created: 04 Sept 2001
# Whom: John Merryweather Cooper <coop9211@uidaho.edu>
#
# $FreeBSD$
#
DOCFORMAT= info
MASTERDIR= ${.CURDIR}/../gnat-doc-html
.include "${MASTERDIR}/Makefile"
|