diff options
Diffstat (limited to 'security/libtasn1/Makefile')
-rw-r--r-- | security/libtasn1/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index b89372314ea..c87e484595b 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.43 2009/07/18 13:11:57 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2009/08/09 08:02:07 wiz Exp $ -DISTNAME= libtasn1-2.2 +DISTNAME= libtasn1-2.3 CATEGORIES= security devel -MASTER_SITES= ${MASTER_SITE_GNU:=gnutls/} \ - ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ - ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ +MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnutls.org/ +HOMEPAGE= http://www.gnu.org/software/libtasn1/ COMMENT= ASN.1 structure parser library LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3 @@ -20,6 +18,10 @@ GNU_CONFIGURE= yes TEST_TARGET= check INFO_FILES= yes +CONFIGURE_ARGS+= --with-packager="pkgsrc" +CONFIGURE_ARGS+= --with-packager-version="${PKGVERSION}" +CONFIGURE_ARGS+= --with-packager-bug-reports="http://gnats.NetBSD.org/" + .include "../../mk/bsd.prefs.mk" # Mac OS X has no prototype for getopt_long and no declaration for # struct option, so ignore getopt_long() even though the test succeeds. |