mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
19 lines
431 B
Makefile
19 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
|