freebsd-ports/devel/gtgt/Makefile
Ying-Chieh Liao 9458822355 add gtgt, a set of scripts for creating a whole set of sources, which
may already be compiled and installed by using the GNU development tools.
2001-02-13 11:41:08 +00:00

24 lines
449 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= 1.0.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.karubik.de/gtgt/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@FreeBSD.org
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>