diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 01:31:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 01:31:49 +0000 |
commit | 627aa4a08ef1285003c63a0ad8ebe6e2a82064f1 (patch) | |
tree | d900613d39b220856e4b1b601b5459fb3cfa0d51 /comms/Makefile | |
parent | 62596ef87a1b1c478d072872e3ba9fcb3b1c4f67 (diff) | |
download | ports-627aa4a08ef1285003c63a0ad8ebe6e2a82064f1.tar.gz ports-627aa4a08ef1285003c63a0ad8ebe6e2a82064f1.zip |
New port: comms/lirc: Linux Infared Remote Control
This is a port of the LIRC, Linux Infrared Remote Control,
package (www.lirc.org). This port installs the daemons and
tools for interacting with device drivers that support the
LIRC device interface. The port does not install any FreeBSD
infrared device drivers yet; the user must obtain these
from third parties or port the existing Linux drivers.
PR: ports/46774
Submitted by: Mike Heffner <mikeh@FreeBSD.org> <mheffner@acm.vt.edu>
Notes
Notes:
svn path=/head/; revision=90343
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index eb69c992a0de..538dc4bd53bf 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -29,6 +29,7 @@ SUBDIR += kermit SUBDIR += kpsk SUBDIR += libticables + SUBDIR += lirc SUBDIR += lrzsz SUBDIR += ltmdm SUBDIR += mgetty+sendfax |