pkgsrc/x11/gtk3-engines-unico/options.mk
rodent 6943611b61 Import gtk3-engines-unico-1.0.2 as x11/gtk3-engines-unico.
Unico is a Gtk+ engine that aims to be the more complete yet powerful theming
engine for Gtk+ 3.0 and newer. It's the first Gtk+ engine written with Gtk+
style context APIs in mind, using CSS as first class citizen.
2014-04-28 01:59:52 +00:00

11 lines
278 B
Makefile

# $NetBSD: options.mk,v 1.1 2014/04/28 01:59:52 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3-engines-unico
PKG_SUPPORTED_OPTIONS= debug
PKG_SUGGESTED_OPTIONS+= # blank
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug
.endif