1999-10-06 07:32:14 +02:00
|
|
|
# New ports collection makefile for: gtl
|
|
|
|
# Date created: 05 October 1999
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= gtl
|
2000-09-16 15:34:38 +02:00
|
|
|
PORTVERSION= 0.3.3
|
1999-10-06 07:32:14 +02:00
|
|
|
CATEGORIES= misc
|
2002-12-27 06:39:03 +01: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 10:49:30 +02:00
|
|
|
DISTNAME= GTL-${PORTVERSION}
|
1999-10-06 07:32:14 +02:00
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= C++ STL-based support for graphs and graph algorithms
|
1999-10-06 07:32:14 +02:00
|
|
|
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-10-06 07:32:14 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2002-10-26 04:55:52 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500035
|
|
|
|
BROKEN= "Does not compile on 5.0"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|