5d2c833e95
changes: some fixes and optimizations (API change)
23 lines
567 B
Makefile
23 lines
567 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2010/06/14 18:48:32 drochner 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.2
|
|
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
|