8db3020460
This version includes several improvements in opam support, and bugfixes.
14 lines
397 B
Makefile
14 lines
397 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2018/11/27 16:43:05 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-topkg
|
|
|
|
.if !defined(OCAML_TOPKG_BUILDLINK3_MK)
|
|
OCAML_TOPKG_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-topkg+= ocaml-topkg>=1.0.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-topkg+= ocaml-topkg>=1.0.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-topkg?= ../../misc/ocaml-topkg
|
|
|
|
.endif # OCAML_TOPKG_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-topkg
|