pkgsrc/games/xcowsay/options.mk
2012-07-04 18:04:44 +00:00

14 lines
308 B
Makefile

# $NetBSD: options.mk,v 1.1 2012/07/04 18:04:44 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xcowsay
PKG_SUPPORTED_OPTIONS= dbus
.include "../../mk/bsd.options.mk"
#
# D-BUS support
#
.if !empty(PKG_OPTIONS:Mdbus)
CONFIGURE_ARGS+= --enable-dbus
. include "../../sysutils/dbus-glib/buildlink3.mk"
.endif