summaryrefslogtreecommitdiff
path: root/security/mcrypt/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-04-30 19:28:34 +0000
committeradam <adam@pkgsrc.org>2007-04-30 19:28:34 +0000
commitcb94155e145923b0cba18889a79dec4f2b96a730 (patch)
tree3987d971dc5a1c6e22006e78da2f70e815c1f33c /security/mcrypt/Makefile
parent3b6225abc69bc68467a9ccc43ae3e75802f1e71e (diff)
downloadpkgsrc-cb94155e145923b0cba18889a79dec4f2b96a730.tar.gz
Changes 2.6.5:
* Added all of the patches on Sourceforge, plus those included by Red Hat's Fedora Extras
Diffstat (limited to 'security/mcrypt/Makefile')
-rw-r--r--security/mcrypt/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index d7b2fcbb479..6c9b2a2bf6f 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.19 2007/04/30 12:52:10 tron Exp $
+# $NetBSD: Makefile,v 1.20 2007/04/30 19:28:34 adam Exp $
-DISTNAME= mcrypt-2.6.4
-PKGREVISION= 3
+DISTNAME= mcrypt-2.6.5
CATEGORIES= security devel
-MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/ \
- ftp://mcrypt.hellug.gr/pub/mcrypt/old/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mcrypt.sourceforge.net/
COMMENT= Replacement to crypt(1), supports many crypto algorithms
-USE_PKGLOCALEDIR= YES
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= ac_cv_path_GZIP="gzip"
+CONFIGURE_ENV+= ac_cv_path_BZIP2="bzip2"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../security/libmcrypt/buildlink3.mk"
.include "../../security/mhash/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"