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

34 lines
736 B
Makefile

# $OpenBSD: Makefile,v 1.11 2016/06/23 19:23:53 krw Exp $
COMMENT = unit test framework for OCaml
CATEGORIES = devel
DISTNAME = ounit-2.0.0
REVISION = 2
# The last url component (the number) changes every release, too.
MASTER_SITES = http://forge.ocamlcore.org/frs/download.php/1258/
HOMEPAGE = http://ounit.forge.ocamlcore.org/
MAINTAINER = Christopher Zimmermann <chrisz@openbsd.org>
# LGPL >=2.1
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ocaml
BUILD_DEPENDS += sysutils/findlib \
devel/ocaml-ocamlbuild \
lang/ocaml-camlp4
CONFIGURE_STYLE = oasis
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ounit
${INSTALL_DATA} \
${WRKSRC}/examples/* \
${PREFIX}/share/examples/ounit/
.include <bsd.port.mk>