summaryrefslogtreecommitdiff
path: root/x11/xbindkeys/options.mk
blob: d4e37d828e185c522cac1869937abf73b536f0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: options.mk,v 1.1 2009/10/29 12:32:44 sborrill Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.xbindkeys
PKG_SUPPORTED_OPTIONS=	guile
PKG_SUGGESTED_OPTIONS+=	guile

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mguile)
CONFIGURE_ARGS+=	--enable-guile
.include "../../lang/guile/buildlink3.mk"
.else
CONFIGURE_ARGS+=	--disable-guile
.endif