pkgsrc/graphics/gegl0.2/options.mk
wiz 314839cf97 Re-Import graphics/gegl as graphics/gegl0.2 to make space for gegl-0.3.0.
GEGL (Generic Graphics Library) is a graph based image processing
framework.

GEGL provides infrastructure to do demand based cached non destructive
image editing on larger than RAM buffers. Through babl it provides
support for a wide range of color models and pixel storage formats for
input and output.
2015-08-25 13:23:02 +00:00

14 lines
301 B
Makefile

# $NetBSD: options.mk,v 1.1 2015/08/25 13:23:02 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gegl
PKG_SUPPORTED_OPTIONS= svg
PKG_SUGGESTED_OPTIONS= svg
.include "../../mk/bsd.options.mk"
PLIST_VARS+= svg
.if !empty(PKG_OPTIONS:Msvg)
.include "../../graphics/librsvg/buildlink3.mk"
PLIST.svg= yes
.endif