2013-03-15 03:45:17 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2013/03/15 07:45:17 ajacoutot Exp $
|
2012-08-18 18:49:29 -04:00
|
|
|
|
|
|
|
COMMENT = library for dealing with unicode text
|
|
|
|
CATEGORIES = devel textproc
|
|
|
|
|
|
|
|
NAME = ocaml-text
|
|
|
|
DISTNAME = ${NAME}-0.6
|
2012-11-30 14:38:09 -05:00
|
|
|
REVISION = 0
|
2012-08-18 18:49:29 -04:00
|
|
|
MASTER_SITES = https://forge.ocamlcore.org/frs/download.php/937/
|
|
|
|
|
|
|
|
HOMEPAGE = http://ocaml-text.forge.ocamlcore.org/
|
|
|
|
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ocaml
|
|
|
|
|
|
|
|
RUN_DEPENDS = lang/ocaml devel/ocaml-pcre
|
|
|
|
BUILD_DEPENDS = sysutils/findlib devel/ocaml-pcre
|
|
|
|
LIB_DEPENDS = converters/libiconv
|
|
|
|
WANTLIB = iconv
|
|
|
|
|
2013-03-15 03:45:17 -04:00
|
|
|
# patch-setup_ml
|
|
|
|
BUILD_DEPENDS +=devel/gmake
|
|
|
|
|
2012-08-18 18:49:29 -04:00
|
|
|
CONFIGURE_STYLE = oasis
|
|
|
|
CONFIGURE_ARGS = --enable-pcre
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${NAME}
|
|
|
|
${INSTALL_DATA} ${WRKDIST}/examples/* ${PREFIX}/share/examples/${NAME}/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|