summaryrefslogtreecommitdiff
path: root/security/opencdk/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-08-30 14:28:46 +0000
committeradam <adam@pkgsrc.org>2005-08-30 14:28:46 +0000
commit840995b48ee8606db4427e38619616884221cf1d (patch)
tree9615a8d75f76b41326572d5f165ac56749109f85 /security/opencdk/Makefile
parent28cd0f815c9bed7ccaa26b4da90d30fa3e243fc8 (diff)
downloadpkgsrc-840995b48ee8606db4427e38619616884221cf1d.tar.gz
Changes 0.5.7:
* Various build fixes, to make version info not say 0.5.5 any more. Changes 0.5.6: * Use libtool -export-symbols-regex instead of GNU ld script. * Fix license with new FSF address. * Test for socklen_t, needed for libgcrypt on some platforms. * A few configure/build fixes. * Don't use malloc.h.
Diffstat (limited to 'security/opencdk/Makefile')
-rw-r--r--security/opencdk/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile
index 8dd336e3d5d..bb4c3370657 100644
--- a/security/opencdk/Makefile
+++ b/security/opencdk/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:14 tv Exp $
-#
+# $NetBSD: Makefile,v 1.16 2005/08/30 14:28:46 adam Exp $
-DISTNAME= opencdk-0.5.5
-PKGREVISION= 1
+DISTNAME= opencdk-0.5.7
CATEGORIES= security devel
-MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/opencdk/
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \
+ ftp://ftp.gnutls.org/pub/gnutls/opencdk/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnutls.org/
@@ -13,8 +11,8 @@ COMMENT= Open Crypto Development Kit
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_LIBTOOL= YES
-GNU_CONFIGURE= YES
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
NOT_FOR_COMPILER= xlc
@@ -34,5 +32,4 @@ pre-install:
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"