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/lirc/Makefile | |
parent | 62596ef87a1b1c478d072872e3ba9fcb3b1c4f67 (diff) |
Notes
Diffstat (limited to 'comms/lirc/Makefile')
-rw-r--r-- | comms/lirc/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile new file mode 100644 index 000000000000..a365e07eb3c0 --- /dev/null +++ b/comms/lirc/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: lirc +# Date created: 4 January 2003 +# Whom: Mike Heffner <mikeh@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= lirc +PORTVERSION= 0.6.6 +CATEGORIES= comms +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= lirc + +MAINTAINER= mikeh@FreeBSD.org +COMMENT= Linux Infared Remote Control + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-driver=any --disable-manage-devices + +MAN1= irexec.1 ircat.1 irpty.1 irrecord.1 irw.1 irxevent.1 \ + mode2.1 smode2.1 xmode2.1 rc.1 +MAN8= lircd.8 lircmd.8 + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |