# New ports collection makefile for: ocaml cryptokit # Date created: Thu Jan 9 03:04:06 BRST 2003 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= cryptokit PORTVERSION= 1.2 CATEGORIES= security MASTER_SITES= http://caml.inria.fr/distrib/bazar-ocaml/ PKGNAMEPREFIX= ocaml- MAINTAINER= lioux@FreeBSD.org COMMENT= A variety of cryptographic primitives for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml USE_REINPLACE= yes ALL_TARGET= all allopt .ifndef(NOPORTDOCS) ALL_TARGET+= doc .endif DOC_FILES= Changes LICENSE README post-configure: # CFLAGS,PREFIX safeness @${REINPLACE_CMD} -E -e \ 's|^(INSTALLDIR).*$$|\1=${PREFIX}/lib/ocaml|; \ s|^CFLAGS=|CFLAGS\+=|; \ s|(^CFLAGS.*)-O|\1|' \ ${WRKSRC}/Makefile pre-install: # in pre-install to make sure we're using the correct user:group # combo @${REINPLACE_CMD} -E -e \ 's|cp |${INSTALL_DATA} |' \ ${WRKSRC}/Makefile # create installation dir @${MKDIR} ${PREFIX}/lib/ocaml post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/doc @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/doc .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include ports-gnome' href='/~lantw44/cgit/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-3/+3
* - Update to 1.20sunpoet2015-10-274-187/+7
* Fix with Perl 5.21.11.mat2015-04-241-3/+7
* Fix with Perl 5.21.4+.mat2015-04-131-0/+178
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-3/+3
* Cleanup plistbapt2014-10-271-3/+0
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
* Support STAGEDIR.vanilla2013-10-292-5/+3
* - Update to 1.18sunpoet2013-09-222-4/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Update to 1.17culot2013-08-092-3/+3