9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.36 2020/01/26 17:30:58 rillig Exp $
|
|
#
|
|
|
|
GITHUB_PROJECT= js_of_ocaml
|
|
DISTNAME= ${GITHUB_PROJECT}-3.5.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://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 "../../devel/ocaml-ppxlib/buildlink3.mk"
|
|
.include "../../textproc/ocaml-uchar/buildlink3.mk"
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|