krw 50b44b65e0 Stop building Ocaml's internal ocamlbuild and use the ocaml-ocamlbuild port
where needed.

The next step towards Ocaml 4.3.0.

Bulk build by sthen@ identified several laggards which are included here.

ok anil@ sthen@ so final 4.3.0 polishing can be done in-tree.
2016-06-23 19:23:53 +00:00

31 lines
583 B
Makefile

# $OpenBSD: Makefile,v 1.5 2016/06/23 19:23:53 krw Exp $
COMMENT = regular expression library for OCaml
CATEGORIES = devel
V = 1.4.1
GH_ACCOUNT = ocaml
GH_PROJECT = ocaml-re
GH_TAGNAME = ${GH_PROJECT}-${V}
DISTNAME = ${GH_PROJECT}-${V}
REVISION = 0
# LGPLv2.1+
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ocaml
USE_GMAKE = Yes
CONFIGURE_STYLE = oasis
CONFIGURE_ARGS = --enable-tests
BUILD_DEPENDS = devel/ounit devel/ocaml-ocamlbuild
post-install:
${INSTALL_DATA} \
${WRKSRC}/{CHANGES,README.md,TODO.txt} \
${PREFIX}/share/doc/ocaml-re/
.include <bsd.port.mk>