pkgsrc/devel/ocaml-react/Makefile
jaapb 9daabd77a8 Revbump for devel/ocaml-react.
No upstream changes, just dealing with new files installed by the new
version of jbuilder.
2018-04-07 10:38:59 +00:00

23 lines
626 B
Makefile

# $NetBSD: Makefile,v 1.17 2018/04/07 10:38:59 jaapb Exp $
DISTNAME= react-1.2.1
PKGNAME= ocaml-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://erratique.ch/software/react/releases/
EXTRACT_SUFX= .tbz
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= http://erratique.ch/software/react
COMMENT= OCaml module for functional reactive programming
LICENSE= isc
CONFIGURE_ARGS+= --prefix "${PREFIX}" --destdir "${DESTDIR}"
INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/react
OCAML_USE_TOPKG= yes
OCAML_USE_OPAM= yes
.include "../../mk/ocaml.mk"
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"