# $NetBSD: options.mk,v 1.7 2009/09/06 21:06:45 abs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin PKG_SUPPORTED_OPTIONS+= dbus debug farsight gstreamer gtkspell PKG_SUGGESTED_OPTIONS+= gtkspell dbus farsight gstreamer .include "../../mk/bsd.options.mk" PLIST_VARS+= dbus .if !empty(PKG_OPTIONS:Mdbus) CONFIGURE_ARGS+= --enable-dbus PLIST.dbus= yes . include "../../sysutils/dbus/buildlink3.mk" . include "../../sysutils/dbus-glib/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mfarsight) CONFIGURE_ARGS+= --enable-farsight . include "../../multimedia/farsight2/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mgtkspell) CONFIGURE_ARGS+= --enable-gtkspell . include "../../textproc/gtkspell/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-gtkspell .endif .if !empty(PKG_OPTIONS:Mgstreamer) CONFIGURE_ARGS+= --enable-gstreamer . include "../../multimedia/gstreamer0.10/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mdebug) CONFIGURE_ARGS+= --enable-debug .endif