summaryrefslogtreecommitdiff
path: root/comms/lirc/available.mk
blob: b36d39295c6c95e8a1f446d50cceddb3fa29c3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: available.mk,v 1.1 2012/12/02 01:21:50 cheusov Exp $

.include "../../mk/bsd.prefs.mk"

# At the moment LIRC is available only for Linux.  The following
# condition is here to NOT repeat supported platforms in multiple
# places, i.e. mplayer, xine, xbmc etc.
# Also, have a look at buildlink3.mk.
.if ${OPSYS} == "Linux"
LIRC_AVAILABLE=	yes
.else
LIRC_AVAILABLE=	no
.endif