summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/lirc/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 988e644fed6..b23852980af 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2012/12/05 22:52:16 dsainty Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/25 11:41:25 cheusov Exp $
#
DISTNAME= lirc-0.9.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lirc/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= cheusov@tut.by
+MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= http://www.lirc.org/
COMMENT= Linux Infrared Remote Control
LICENSE= gnu-gpl-v2
@@ -19,6 +19,11 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-syslog --with-driver=userspace
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+# I don't want to see python in dependencies but
+# make pronto2lirc script usable if python is installed
+CONFIGURE_ENV+= ac_cv_path_PYTHON=${PREFIX}/bin/python
+CHECK_INTERPRETER_SKIP+= bin/pronto2lirc
+
RCD_SCRIPTS= lircd
EGDIR= ${PREFIX}/share/examples/lirc