mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
15 lines
308 B
Makefile
15 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
|