2013-05-31 14:39:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:52 wiz Exp $
|
2000-11-10 12:34:22 +01:00
|
|
|
|
2007-04-30 21:06:47 +02:00
|
|
|
DISTNAME= mhash-0.9.9
|
2013-05-31 14:39:57 +02:00
|
|
|
PKGREVISION= 4
|
2000-11-10 12:34:22 +01:00
|
|
|
CATEGORIES= security devel
|
2002-11-13 23:53:42 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mhash/}
|
2005-03-25 10:31:50 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2000-11-10 12:34:22 +01:00
|
|
|
|
2008-11-08 14:47:11 +01:00
|
|
|
PATCHFILES+= mhash-freebsd-patches-20081108.diff.gz
|
|
|
|
PATCH_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2000-11-10 12:34:22 +01:00
|
|
|
HOMEPAGE= http://mhash.sourceforge.net/
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Hash algorithms library
|
2000-11-10 12:34:22 +01:00
|
|
|
|
2008-11-08 14:47:11 +01:00
|
|
|
USE_TOOLS+= gmake perl autoconf
|
2005-03-25 10:31:50 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2002-08-25 20:38:05 +02:00
|
|
|
|
2007-05-08 17:51:32 +02:00
|
|
|
INSTALLATION_DIRS= include/mutils
|
|
|
|
|
2008-11-08 14:47:11 +01:00
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && autoconf -v -f
|
|
|
|
|
2000-11-10 12:34:22 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|