pkgsrc/sysutils/mate-power-manager/options.mk
youri 8f5a1a5f54 Import mate-power-manager-1.14.0 as sysutils/mate-power-manager.
MATE Power Manager is a MATE session daemon that acts as a policy agent on top
of UPower, which requires fairly new versions of the kernel and udev.
MATE Power Manager listens for system events and responds with user-
configurable actions.

MATE Power Manager is a fork of GNOME Power Manager.
2016-05-21 19:13:18 +00:00

17 lines
418 B
Makefile

# $NetBSD: options.mk,v 1.1 2016/05/21 19:13:18 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-power-manager
PKG_SUPPORTED_OPTIONS= keyring
PKG_SUGGESTED_OPTIONS= keyring
.include "../../mk/bsd.options.mk"
PLIST_VARS+= keyring
.if !empty(PKG_OPTIONS:Mkeyring)
.include "../../security/libgnome-keyring/buildlink3.mk"
CONFIGURE_ARGS+= --with-keyring
PLIST.keyring=yes
.else
CONFIGURE_ARGS+= --without-keyring
.endif