summaryrefslogtreecommitdiff
path: root/comms/lirc/options.mk
blob: fe41bff2a4cfe717056ca8f498be58e9a27eca3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: options.mk,v 1.1 2012/12/02 01:21:51 cheusov Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.lirc
PKG_SUPPORTED_OPTIONS=	x11
PKG_SUGGESTED_OPTIONS=	x11

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

PLIST_VARS+=		x11

.if !empty(PKG_OPTIONS:Mx11)
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
PLIST.x11=		yes
.else
CONFIGURE_ARGS+=	--without-x
.endif