1999-10-06 05:32:14 +00:00
|
|
|
# New ports collection makefile for: gtl
|
|
|
|
# Date created: 05 October 1999
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= gtl
|
2000-09-16 13:34:38 +00:00
|
|
|
PORTVERSION= 0.3.3
|
1999-10-06 05:32:14 +00:00
|
|
|
CATEGORIES= misc
|
2002-12-27 05:39:03 +00:00
|
|
|
# The original distribution files are not available
|
|
|
|
# anymore from the master_sites (http://infosun.fmi.uni-passau.de/GTL/)
|
|
|
|
MASTER_SITES= #
|
2000-04-14 08:49:30 +00:00
|
|
|
DISTNAME= GTL-${PORTVERSION}
|
1999-10-06 05:32:14 +00:00
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= C++ STL-based support for graphs and graph algorithms
|
1999-10-06 05:32:14 +00:00
|
|
|
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-10-06 05:32:14 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2002-10-26 02:55:52 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500035
|
|
|
|
BROKEN= "Does not compile on 5.0"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|