efbb712f81
- Use PLIST_FILES/PORTDOCS while here
24 lines
554 B
Makefile
24 lines
554 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: gtgt
|
|
# Date created: Feb 13, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtgt
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= General (or GNU) template generation tools
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
PLIST_FILES= bin/gcng bin/gptg bin/gscg
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|