7c9b205eac
Inkscape 0.92.4 is a stability and bugfix release. It also brings some notable performance improvements for filter rendering, measure tool, extensions, document saving and moving paths (with a live path effect) and includes a couple of small, but impactful usage improvements.
14 lines
382 B
Makefile
14 lines
382 B
Makefile
# $NetBSD: options.mk,v 1.1 2019/05/13 16:17:51 adam Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.inkscape
|
|
PKG_SUPPORTED_OPTIONS= gnome
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
# gnome-vfs support for the inkscape file open window.
|
|
.if !empty(PKG_OPTIONS:Mgnome)
|
|
CMAKE_ARGS+= -DWITH_GNOME_VFS=ON
|
|
.include "../../sysutils/gnome-vfs/buildlink3.mk"
|
|
.else
|
|
CMAKE_ARGS+= -DWITH_GNOME_VFS=OFF
|
|
.endif
|