diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /devel/gtl | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'devel/gtl')
-rw-r--r-- | devel/gtl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gtl/Makefile b/devel/gtl/Makefile index 623618bddbd..94c3742f1c2 100644 --- a/devel/gtl/Makefile +++ b/devel/gtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/12/02 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2009/05/19 08:59:09 wiz Exp $ DISTNAME= GTL-1.2.1 PKGNAME= gtl-1.2.1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.infosun.fim.uni-passau.de/GTL/ COMMENT= C++ graph data structure library based on the STL +LICENSE= no-commercial-use USE_LIBTOOL= yes USE_LANGUAGES= c c++ @@ -16,8 +17,6 @@ USE_LANGUAGES= c c++ # previous version of the same CONFLICTS= gtl0-[0-9]* -LICENSE= no-commercial-use - GNU_CONFIGURE= yes CONFIGURE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} |