blob: a4605c293f4776bcae64feef2e9c7d19e831ce78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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
# The original distribution files are not available
# anymore from the master_sites (http://infosun.fmi.uni-passau.de/GTL/)
MASTER_SITES= #
DISTNAME= GTL-${PORTVERSION}
MAINTAINER= nakai@FreeBSD.org
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500035
BROKEN= "Does not compile on 5.0"
.endif
.include <bsd.port.post.mk>
|