20 lines
456 B
Makefile
20 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.22 2008/07/14 12:56:12 joerg Exp $
|
|
|
|
DISTNAME= mhash-0.9.9
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mhash/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mhash.sourceforge.net/
|
|
COMMENT= Hash algorithms library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake perl
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS= include/mutils
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|