97ddbf7522
Minor changes, for example to build with ocaml 4.05.
34 lines
1,018 B
Makefile
34 lines
1,018 B
Makefile
# $NetBSD: buildlink3.mk,v 1.35 2019/01/24 09:58:18 jaapb 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.7
|
|
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
|