pkgsrc/x11/ocaml-lablgtk/buildlink3.mk
dholland 484fc993e2 Turns out this also needs to export libgnomecanvas if built with
libgnomecanvas. Found while building ocamlgraph with ocaml-lablgtk
support (which is required by pending new frama-c)...
2017-09-05 05:01:37 +00:00

34 lines
1 KiB
Makefile

# $NetBSD: buildlink3.mk,v 1.18 2017/09/05 05:01:37 dholland Exp $
BUILDLINK_TREE+= ocaml-lablgtk
.if !defined(OCAML_LABLGTK_BUILDLINK3_MK)
OCAML_LABLGTK_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-lablgtk+= ocaml-lablgtk>=2.6.0nb3
BUILDLINK_ABI_DEPENDS.ocaml-lablgtk+= ocaml-lablgtk>=2.18.5nb6
BUILDLINK_PKGSRCDIR.ocaml-lablgtk?= ../../x11/ocaml-lablgtk
# options must be exposed if and only if we built with them
pkgbase := ocaml-lablgtk
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk:Mgnomecanvas)
. include "../../graphics/libgnomecanvas/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk:Mgtksourceview)
. include "../../x11/gtksourceview/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk:Mgtksourceview2)
. include "../../x11/gtksourceview2/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ocaml-lablgtk:Mgnome)
. include "../../x11/gnome-panel/buildlink3.mk"
.endif
.endif # OCAML_LABLGTK_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-lablgtk