mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
b4fd0b8e38
been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
29 lines
637 B
Makefile
29 lines
637 B
Makefile
# 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= ports@FreeBSD.org
|
|
COMMENT= C++ STL-based support for graphs and graph algorithms
|
|
|
|
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>
|