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
|
2005-04-21 17:31:34 +02:00
|
|
|
PORTVERSION= 1.2.1
|
1999-10-06 07:32:14 +02:00
|
|
|
CATEGORIES= misc
|
2005-04-21 17:31:34 +02:00
|
|
|
# The original distribution files are no longer freely
|
|
|
|
# available from the master_sites
|
|
|
|
MASTER_SITES= # http://infosun.fmi.uni-passau.de/GTL/
|
2000-04-14 10:49:30 +02:00
|
|
|
DISTNAME= GTL-${PORTVERSION}
|
1999-10-06 07:32:14 +02:00
|
|
|
|
2006-05-29 22:45:48 +02:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
2005-04-21 17:31:34 +02:00
|
|
|
RESTRICTED= License forbids redistribution (source or binary)
|
|
|
|
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
1999-10-06 07:32:14 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-21 17:31:34 +02:00
|
|
|
USE_GNOME= lthack
|
|
|
|
USE_GCC= 3.3 # Won't build with 3.4
|
1999-10-06 07:32:14 +02:00
|
|
|
|
2005-04-22 12:16:18 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if !exists(${DISTDIR}/GTL-${PORTVERSION}.tar.gz)
|
2005-04-21 17:31:34 +02:00
|
|
|
ECHO_MSG=/usr/bin/printf
|
|
|
|
IGNORE= \n\
|
|
|
|
With the release of version 1.0.0 the download policy of GTL has been\n\
|
|
|
|
changed. GTL can be downloaded free of charge for non-commercial use.\n\
|
|
|
|
Please follow the steps below to get access to the download archive:\n\
|
|
|
|
\n\
|
|
|
|
Send an email to gtl-download@infosun.fmi.uni-passau.de containing the\n\
|
|
|
|
following information: \n\
|
|
|
|
- Your Name\n\
|
|
|
|
- Your Affiliation\n\
|
|
|
|
- And your email address. Please use your academic address, e.g. .edu, if\n\
|
|
|
|
you have. Otherwise your are classified as a "commercial" user.\n\
|
|
|
|
As soon as possible you will receive an answer from the GTL Team containing\n\
|
|
|
|
the access code to the download page.\n\
|
|
|
|
\n\
|
|
|
|
If you intend to use GTL commercially please send an email to\n\
|
|
|
|
brandenb@fmi.uni-passau.de.\n
|
2002-10-26 04:55:52 +02:00
|
|
|
.endif
|
|
|
|
|
2005-04-22 12:16:18 +02:00
|
|
|
.include <bsd.port.post.mk>
|