summaryrefslogtreecommitdiff
path: root/security/mhash/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-03-25 09:31:50 +0000
committeradam <adam@pkgsrc.org>2005-03-25 09:31:50 +0000
commit2f0e778247e584d49fdeb522c0d5f6f64cd4e9ec (patch)
treed1ec9b5a8da461a7d10d1087e7048a311daff00b /security/mhash/Makefile
parentc9cd17488362775b31124ee8c49b1b352171328b (diff)
downloadpkgsrc-2f0e778247e584d49fdeb522c0d5f6f64cd4e9ec.tar.gz
Changes 0.9.2:
- Added SNEFRU128, SNEFRU256. Reintroduced MD2. - Fixes to .spec file and clean-ups of documentation - Fixed typecasts, memory leaks and compiler warnings
Diffstat (limited to 'security/mhash/Makefile')
-rw-r--r--security/mhash/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile
index bd861c19bfb..4f37cefa7cf 100644
--- a/security/mhash/Makefile
+++ b/security/mhash/Makefile
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.13 2004/11/22 14:51:05 adam Exp $
+# $NetBSD: Makefile,v 1.14 2005/03/25 09:31:50 adam Exp $
-DISTNAME= mhash-0.9.1
+DISTNAME= mhash-0.9.2
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mhash/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://mhash.sourceforge.net/
COMMENT= Hash algorithms library
-USE_BUILDLINK3= YES
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+USE_LIBTOOL= yes
+USE_PERL5= build
+GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"