1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/misc/gtl/Makefile

29 lines
637 B
Makefile
Raw Normal View History

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
# 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
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ STL-based support for graphs and graph algorithms
1999-10-06 05:32:14 +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>