0f9463f6ac
so f-spot can use it.
18 lines
431 B
Makefile
18 lines
431 B
Makefile
# $NetBSD: options.mk,v 1.1 2012/06/16 22:00:23 dholland Exp $
|
|
|
|
PKG_OPTIONS_VAR=PKG_OPTIONS.gnome-keyring-sharp
|
|
|
|
PKG_SUPPORTED_OPTIONS= ndesk-dbus
|
|
PKG_SUGGESTED_OPTIONS= ndesk-dbus
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### Enable Ndesk-Dbus Support
|
|
###
|
|
.if !empty(PKG_OPTIONS:Mndesk-dbus)
|
|
CONFIGURE_ARGS+= --enable-ndesk-dbus
|
|
.include "../../sysutils/ndesk-dbus/buildlink3.mk"
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-ndesk-dbus
|
|
.endif
|