No upstream changes, but the package now uses the provided Makefile infrastructure instead of being installed from the main Makefile.
16 lines
528 B
Makefile
16 lines
528 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2018/04/07 11:42:13 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-cmdliner
|
|
|
|
.if !defined(OCAML_CMDLINER_BUILDLINK3_MK)
|
|
OCAML_CMDLINER_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-cmdliner+= ocaml-cmdliner>=0.9.8
|
|
BUILDLINK_ABI_DEPENDS.ocaml-cmdliner?= ocaml-cmdliner>=1.0.2nb2
|
|
BUILDLINK_PKGSRCDIR.ocaml-cmdliner?= ../../devel/ocaml-cmdliner
|
|
|
|
.include "../../devel/ocaml-findlib/buildlink3.mk"
|
|
.include "../../lang/ocaml/buildlink3.mk"
|
|
.endif # OCAML_CMDLINER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-cmdliner
|