pkgsrc/security/multigest/Makefile
agc 7e5a773aa6 Update multigest and libmultigest to version 20150211
+ bring over lint fixes from the version in othersrc
+ document the concat, comb4p, xor and hash combiner functions
2015-02-12 01:57:57 +00:00

19 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/02/12 01:57:57 agc Exp $
DISTNAME= multigest-20150211
CATEGORIES= security
MASTER_SITES= # not used
DISTFILES= # not used
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= Library and utility to calculate multiple message digests
LICENSE= modified-bsd
AUTO_MKDIRS= yes
GNU_CONFIGURE= yes
do-extract:
${CP} -R ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"