summaryrefslogtreecommitdiff
path: root/security/gnome-keyring-sharp/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnome-keyring-sharp/options.mk')
-rw-r--r--security/gnome-keyring-sharp/options.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/gnome-keyring-sharp/options.mk b/security/gnome-keyring-sharp/options.mk
new file mode 100644
index 00000000000..895e1c1868f
--- /dev/null
+++ b/security/gnome-keyring-sharp/options.mk
@@ -0,0 +1,18 @@
+# $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