1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/ocaml-cryptgps/Makefile
Antoine Brodin 0c186dcad5 - Stage support
- Use USE_OCAMLFIND_PLIST instead of doing it manually
2014-03-26 22:36:46 +00:00

34 lines
651 B
Makefile

# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= cryptgps
PORTVERSION= 0.2.1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://download.camlcity.org/download/
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
COMMENT= Symmetric cryptographic algorithms package for OCaml
LICENSE= MIT
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= gmake
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAMLFIND_PLIST= yes
ALL_TARGET= all opt
PORTDOCS= *
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>