5658513c52
This update introduces compatibility with OCaml 4.08, and does some refactoring of the library. There are also other minor bugfixes and changes.
36 lines
1.2 KiB
Makefile
36 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.33 2019/05/13 11:49:52 jaapb Exp $
|
|
#
|
|
|
|
GITHUB_PROJECT= js_of_ocaml
|
|
DISTNAME= ${GITHUB_PROJECT}-3.4.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= http://ocsigen.org/js_of_ocaml/
|
|
COMMENT= Compiler of OCaml bytecode to Javascript
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
USE_TOOLS= bash
|
|
|
|
OCAML_USE_FINDLIB= yes
|
|
OCAML_USE_DUNE= yes
|
|
|
|
OPAM_INSTALL_FILES= js_of_ocaml js_of_ocaml-ocamlbuild \
|
|
js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json \
|
|
js_of_ocaml-lwt js_of_ocaml-compiler
|
|
DUNE_BUILD_PACKAGES= js_of_ocaml-compiler js_of_ocaml js_of_ocaml-ocamlbuild \
|
|
js_of_ocaml-ppx js_of_ocaml-ppx_deriving_json \
|
|
js_of_ocaml-lwt
|
|
|
|
.include "options.mk"
|
|
.include "../../devel/ocamlbuild/buildlink3.mk"
|
|
.include "../../devel/ocaml-cppo/buildlink3.mk"
|
|
.include "../../devel/ocaml-lwt/buildlink3.mk"
|
|
.include "../../devel/ocaml-lwt_log/buildlink3.mk"
|
|
.include "../../devel/ocaml-migrate-parsetree/buildlink3.mk"
|
|
.include "../../devel/ocaml-ppx_deriving/buildlink3.mk"
|
|
.include "../../devel/ocaml-ppx_tools_versioned/buildlink3.mk"
|
|
.include "../../textproc/ocaml-uchar/buildlink3.mk"
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|