pkgsrc/misc/ocaml-cudf/Makefile
jaapb 56ed9d3f04 Revbump associated with the upgrade of lang/ocaml
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13 13:55:27 +00:00

29 lines
739 B
Makefile

# $NetBSD: Makefile,v 1.14 2018/04/13 13:55:35 jaapb Exp $
DISTNAME= cudf-0.9
PKGNAME= ocaml-${DISTNAME}
PKGREVISION= 3
CATEGORIES= misc
MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/36602/
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://gforge.inria.fr/projects/cudf
COMMENT= OCaml library for the Common Upgradeability Description Format
LICENSE= gnu-lgpl-v3
USE_TOOLS+= gmake pkg-config pod2man
OCAML_USE_FINDLIB= yes
MAKE_JOBS_SAFE= no
PKGCONFIG_OVERRIDE+= c-lib/cudf.pc.in
.include "../../mk/ocaml.mk"
BUILD_TARGET= all
.if ${OCAML_USE_OPT_COMPILER} == "yes"
BUILD_TARGET+= opt
.endif
.include "../../devel/ocaml-extlib/buildlink3.mk"
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"