176d256471
- support for oasis and findlib - added blowfish and MAC support along with bugfixes - plist is removed in favor of generation via findlib - remove META from FILESDIR, as it is now distributed - maintainer address update PR: ports/164661 Submitted by: maintainer, Jaap.Boender at pps.jussieu.fr Approved by: crees (mentor)
36 lines
764 B
Makefile
36 lines
764 B
Makefile
# New ports collection makefile for: ocaml cryptokit
|
|
# Date created: Thu Jan 9 03:04:06 BRST 2003
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cryptokit
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/639/
|
|
PKGNAMEPREFIX= ocaml-
|
|
|
|
MAINTAINER= jaapb@kerguelen.org
|
|
COMMENT= A variety of cryptographic primitives for Objective Caml
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_OCAML= yes
|
|
USE_OCAML_LDCONFIG= yes
|
|
USE_OCAML_FINDLIB= yes
|
|
USE_OCAMLFIND_PLIST= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
ALL_TARGET+= doc
|
|
CONFIGURE_ARGS+= --docdir ${PREFIX}/share/doc/ocaml
|
|
|
|
PORTDOCS= *
|
|
.endif
|
|
|
|
DOC_FILES= Changes LICENSE README
|
|
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|