freebsd-ports/misc/gtl/Makefile

29 lines
637 B
Makefile
Raw Normal View History

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
# 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
COMMENT= C++ STL-based support for graphs and graph algorithms
1999-10-06 07:32:14 +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>