2001-02-13 12:41:08 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: gtgt
|
|
|
|
# Date created: Feb 13, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtgt
|
2003-11-10 19:25:27 +01:00
|
|
|
PORTVERSION= 2.0.0
|
2001-02-13 12:41:08 +01:00
|
|
|
CATEGORIES= devel
|
2005-10-16 17:31:03 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2001-02-13 12:41:08 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-06-22 08:04:55 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= General (or GNU) template generation tools
|
2001-02-13 12:41:08 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-02-13 12:41:08 +01:00
|
|
|
|
2005-10-16 17:31:03 +02:00
|
|
|
PLIST_FILES= bin/gcng bin/gptg bin/gscg
|
|
|
|
PORTDOCS= *
|
|
|
|
|
2001-02-13 12:41:08 +01:00
|
|
|
.include <bsd.port.mk>
|