mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add knob (default off) to install comms/uartlirc serial LIRC driver.
This commit is contained in:
parent
7a60aaf6c4
commit
a4bbb3bc9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296540
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user