23 lines
566 B
Makefile
23 lines
566 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2011/01/13 13:36:41 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= gegl
|
|
|
|
.if !defined(GEGL_BUILDLINK3_MK)
|
|
GEGL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gegl+= gegl>=0.0.20
|
|
BUILDLINK_ABI_DEPENDS.gegl+= gegl>=0.1.2nb4
|
|
BUILDLINK_PKGSRCDIR.gegl?= ../../graphics/gegl
|
|
|
|
pkgbase := gegl
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.gegl:Msvg)
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
|
.endif
|
|
|
|
.include "../../graphics/babl/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # GEGL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gegl
|