pkgsrc/security/multigest/Makefile
agc 9a4ef46d23 Initial import of multigest-20140304 into the Packages Collection.
The multigest utility calculates message digests of files or, if no
	file is specified, standard input.  The list of possible algorithms is
	given in the libmultigest(3) manual page.

	The multigest utility is a simple wrapper for the various
	different algorithm implementations, , and was designed to be
	scalable as new message digest algorithms are developed.
2014-03-05 05:09:44 +00:00

19 lines
432 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2014/03/05 05:09:44 agc Exp $
DISTNAME= multigest-20140303
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"