aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2012-05-13 16:13:13 +0000
committerJuergen Lock <nox@FreeBSD.org>2012-05-13 16:13:13 +0000
commita4bbb3bc9df0188cdcb2adc1cbfad5d8717282cd (patch)
treea2df296cfbb810ae7b362125ad99df4bf1d448cc /comms
parent7a60aaf6c40fa2e60fff174435c5d99b5de36335 (diff)
downloadports-a4bbb3bc9df0188cdcb2adc1cbfad5d8717282cd.tar.gz
ports-a4bbb3bc9df0188cdcb2adc1cbfad5d8717282cd.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/lirc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index f55f24d2ccf1..87e726da30f9 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -35,7 +35,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS= MINIMAL "Build with minmal dependencies" Off \
- DEBUG "Build debug version" Off
+ DEBUG "Build debug version" Off \
+ UARTLIRC "Install serial LIRC driver" Off
USE_RC_SUBR= lircd.sh
PORTDOCS= html images irxevent.keys lirc.css lirc.hwdb
@@ -63,6 +64,10 @@ CONFIGURE_ARGS+= --with-driver=dvico
CONFIGURE_ARGS+= --enable-debug
.endif
+.if defined(WITH_UARTLIRC)
+RUN_DEPENDS+= uartlirc>=0.3:${PORTSDIR}/comms/uartlirc
+.endif
+
MAN1= ircat.1 irexec.1 irpty.1 irrecord.1 irsend.1 irw.1 \
irxevent.1 lircrcd.1 mode2.1 smode2.1 xmode2.1
MAN8= lircd.8 lircmd.8