2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:12 espie Exp $
|
2011-09-15 11:50:23 -04:00
|
|
|
|
2012-08-18 18:22:41 -04:00
|
|
|
COMMENT = OCaml Perl-compatible regexp library
|
|
|
|
CATEGORIES = devel textproc
|
2011-09-15 11:50:23 -04:00
|
|
|
|
2012-08-18 18:22:41 -04:00
|
|
|
V = 7.0.2
|
2012-11-30 14:38:09 -05:00
|
|
|
REVISION= 0
|
2012-08-18 18:22:41 -04:00
|
|
|
NAME = ocaml-pcre
|
|
|
|
DISTNAME = pcre-ocaml-$V
|
|
|
|
PKGNAME = ${NAME}-$V
|
|
|
|
MASTER_SITES = https://bitbucket.org/mmottl/pcre-ocaml/downloads/
|
2011-09-15 11:50:23 -04:00
|
|
|
|
2012-08-18 18:22:41 -04:00
|
|
|
HOMEPAGE = https://bitbucket.org/mmottl/pcre-ocaml/
|
2011-09-15 11:50:23 -04:00
|
|
|
|
|
|
|
|
2012-08-18 18:22:41 -04:00
|
|
|
# GPLv2+
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2011-09-15 11:50:23 -04:00
|
|
|
|
2012-08-18 18:22:41 -04:00
|
|
|
MODULES = lang/ocaml
|
2012-07-18 04:04:11 -04:00
|
|
|
|
2012-08-18 18:22:41 -04:00
|
|
|
BUILD_DEPENDS = sysutils/findlib
|
|
|
|
LIB_DEPENDS = devel/pcre
|
|
|
|
WANTLIB = pcre
|
2012-07-18 04:04:11 -04:00
|
|
|
|
2012-08-18 18:22:41 -04:00
|
|
|
CONFIGURE_STYLE = oasis
|
2011-09-15 11:50:23 -04:00
|
|
|
|
2012-07-18 04:04:11 -04:00
|
|
|
post-install:
|
2012-08-18 18:22:41 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${NAME}
|
|
|
|
@cp -R ${WRKDIST}/examples/* ${PREFIX}/share/examples/${NAME}/
|
|
|
|
@chmod -R a-w ${PREFIX}/share/examples/${NAME}/*
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/examples/${NAME}/
|
2011-09-15 11:50:23 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|