pkgsrc/security/merkletree/Makefile
agc 9e0498b142 Initial import of merkletree-20140304 into the Packages Collection
The merkletree(1) command performs Merkle tree calculation and
	verification on the input data.  This allows the establishment of the
	block positions (i.e.  relative neighbourhood) of any changed data.
2014-03-05 05:19:25 +00:00

21 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2014/03/05 05:19:25 agc Exp $
DISTNAME= merkletree-20140304
CATEGORIES= security
MASTER_SITES= # not used
DISTFILES= # not used
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= Library and utility to calculate merkle trees
LICENSE= modified-bsd
AUTO_MKDIRS= yes
GNU_CONFIGURE= yes
do-extract:
${CP} -R ${FILESDIR} ${WRKSRC}
.include "../../security/libmultigest/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"