diff options
author | spz <spz> | 2010-04-13 21:19:55 +0000 |
---|---|---|
committer | spz <spz> | 2010-04-13 21:19:55 +0000 |
commit | fd5428fe99c90a38f3beaf22bed902aae2ca98aa (patch) | |
tree | ad390998868eec5bad6b991446abd3a2421318c4 /net/irrtoolset5/Makefile | |
parent | 392212ecb0fb1b03af5b125251dbcb355c2aa57c (diff) | |
download | pkgsrc-fd5428fe99c90a38f3beaf22bed902aae2ca98aa.tar.gz |
update to irrtoolset5 release version
updating LICENSE
Diffstat (limited to 'net/irrtoolset5/Makefile')
-rw-r--r-- | net/irrtoolset5/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net/irrtoolset5/Makefile b/net/irrtoolset5/Makefile index 247c58e9cde..4eaf556c636 100644 --- a/net/irrtoolset5/Makefile +++ b/net/irrtoolset5/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2010/01/31 21:49:16 spz Exp $ +# $NetBSD: Makefile,v 1.3 2010/04/13 21:19:55 spz Exp $ # -DISTNAME= irrtoolset-5.0.0pre311 +DISTNAME= irrtoolset-5.0.0 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} -PKGREVISION= 1 +MASTER_SITES= ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-5.0.0/ OWNER= spz@NetBSD.org HOMEPAGE= http://irrtoolset.isc.org/ COMMENT= The Internet Routing Registry Toolset - client to IRRd -LICENSE= no-commercial-use +LICENSE= gnu-gpl-v2 AND mit AND modified-bsd -CONFLICTS= IRRToolSet-4.* +CONFLICTS= IRRToolSet-4.*{,nb*} PKG_DESTDIR_SUPPORT= user-destdir @@ -22,7 +21,7 @@ INSTALLATION_DIRS= ${PKGBINDIR} ${PKGMANDIR}/man1 USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -USE_TOOLS+= bison flex +USE_TOOLS+= bison flex GCC_REQD+= 3.0 CONFIG_GUESS_OVERRIDE= config.guess |