23 lines
566 B
Makefile
23 lines
566 B
Makefile
# $NetBSD: buildlink3.mk,v 1.15 2012/03/03 00:12:14 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.8nb2
|
|
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
|