add / change BUILD_DEPENDS for all ports using camlp4. Findlib is changed because it won't use camlp4 and doesn't install the Bytes module anymore, which is now included in OCaml 4.02. ok avsm@
33 lines
713 B
Makefile
33 lines
713 B
Makefile
# $OpenBSD: Makefile,v 1.3 2014/09/02 09:24:44 chrisz Exp $
|
|
|
|
COMMENT= Erlang-style bitstrings for OCaml
|
|
|
|
DISTNAME= ocaml-bitstring-2.0.4
|
|
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://bitstring.googlecode.com/
|
|
|
|
# LGPLv2+ with the OCaml linking exception (see COPYING.LIB)
|
|
# GPLv2+ for programs (see COPYING)
|
|
# examples and tests are public domain.
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= https://bitstring.googlecode.com/files/
|
|
|
|
MODULES= lang/ocaml
|
|
BUILD_DEPENDS= sysutils/findlib lang/ocaml-camlp4
|
|
|
|
.include <bsd.port.arch.mk>
|
|
.if ! ${PROPERTIES:Mocaml_native}
|
|
MAKE_FLAGS+= NATIVE=
|
|
.endif
|
|
|
|
USE_GMAKE= yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= ac_cv_prog_CAMLP4OF=camlp4of
|
|
|
|
.include <bsd.port.mk>
|