8a0210c406
Changes include: - More fixes to build in Windows with zlib (mingw and msvc). - Build .cmxs with C bindings (Closes: #1303) - Use advapi32 on Windows (Close: #1055) - Allow to define --zlib-include and --zlib-libdir if zlib is not installed in the standard location. - Added SHA-3 hash function.
20 lines
523 B
Makefile
20 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/10/09 22:28:12 jaapb Exp $
|
|
#
|
|
|
|
DISTNAME= cryptokit-1.9
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1229/
|
|
|
|
MAINTAINER= jaapb@kerguelen.org
|
|
HOMEPAGE= http://forge.ocamlcore.org/projects/cryptokit/
|
|
COMMENT= Cryptographic primitives library for Objective Caml
|
|
LICENSE= gnu-lgpl-v2 # with static compilation exception
|
|
|
|
OCAML_USE_OASIS= yes
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|