mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
407 B
Makefile
21 lines
407 B
Makefile
# New ports collection makefile for: gtl
|
|
# Date created: 05 October 1999
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtl
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://infosun.fmi.uni-passau.de/GTL/archive/
|
|
DISTNAME= GTL-${PORTVERSION}
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_NEWGCC= yes
|
|
|
|
.include <bsd.port.mk>
|