Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

13
comms/lirc/available.mk Normal file
View File

@@ -0,0 +1,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