pkgsrc/security/mhash/Makefile
jlam 0a1ba1fca6 Update mhash to version 0.8.9. Changes from version 0.8.3 include:
- Bug fixes
- MD4 and MD5 now compile on big endian machines
- TIGER now compiles on big endian machines.
- Corrected Tiger implementation
- Added MD4, TIGER128 and TIGER160
- added mhash_hmac_end_m() and mhash_end_m() functions which allow to specify
  the malloc function.
- added mhash_cp() - Copy a context
- added mhash_get_mhash_algo() - Returns the name of the algorithm of the
  context
2001-10-09 19:20:33 +00:00

15 lines
355 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/10/09 19:20:33 jlam Exp $
DISTNAME= mhash-0.8.9
CATEGORIES= security devel
MASTER_SITES= http://mhash.sourceforge.net/dl/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://mhash.sourceforge.net/
COMMENT= hash algorithms library
USE_BUILDLINK_ONLY= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"