freebsd-ports/security/ocaml-cryptokit/Makefile
John Marino 7b4708af97 Reset 14 ocaml ports maintained by Jaap Boender per his request
"I don't use FreeBSD very much anymore, so I'm not really the best person
 to fix this. (As a corollary, if anyone wants to take over maintainership
 of any or all of the ports, I'm still listed as maintainer of, they are
 most welcome to.)"

Given that Jaap hasn't submitted or handled any PRs since before staging,
I think it will be more effective to just reset all the ports and let
people pick up the ones they like.  Thanks for your past support, Jaap!

PR:	199845
2015-05-16 07:37:21 +00:00

37 lines
767 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= cryptokit
PORTVERSION= 1.6
CATEGORIES= security
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/891/
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
COMMENT= Variety of cryptographic primitives for Objective Caml
DESTDIRNAME= destdir
HAS_CONFIGURE= yes
USE_OCAML= yes
USE_OCAML_LDCONFIG= yes
USE_OCAML_FINDLIB= yes
USE_OCAMLFIND_PLIST= yes
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
ALL_TARGET+= doc
CONFIGURE_ARGS+= --docdir ${OCAML_DOCSDIR}
.endif
post-patch:
${REINPLACE_CMD} 's,"install","install" :: "-ldconf ignore",' \
${WRKSRC}/setup.ml
.include <bsd.port.mk>