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.
23 lines
628 B
Makefile
23 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.20 2020/01/26 17:31:01 rillig Exp $
|
|
|
|
DISTNAME= react-1.2.1
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://erratique.ch/software/react/releases/
|
|
EXTRACT_SUFX= .tbz
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://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"
|