17 lines
394 B
Makefile
17 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.9 2003/07/21 17:20:11 martti Exp $
|
|
|
|
DISTNAME= mhash-0.8.17
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mhash/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://mhash.sourceforge.net/
|
|
COMMENT= Hash algorithms library
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|