mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
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.2
|
|
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>
|