# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# This port has moved to https://github.com/iguanaworks/iguanair
description Driver for IguanaWorks USB IR Transceiver
The IguanaWorks USB IR Transceiver, available for purchase at the IguanaWorks \
website, is a simple USB device that can communicate with most home electronics \
and remote controls via infrared (IR). The transceiver can both send and receive \
IR codes and is fully compatible with LIRC.
************************************************************************** \n\
* This note can be displayed at any time by executing the following command: \n\
* >> port notes ${name} \n\
* WARNING: Stop the iguanaIR daemon before uninstalling iguanaIR. \n\
* Start the iguanaIR daemon (igdaemon) by executing the following command: \n\
* >> sudo port load iguanaIR \n\
* Stop the iguanaIR daemon (igdaemon) by executing the following command: \n\
* >> sudo port unload iguanaIR \n\
**************************************************************************"
homepage http://iguanaworks.net/projects/IguanaIR
master_sites http://iguanaworks.net/downloads
checksums md5 719c41ab69350bc64e0fbfaadf604f13 \
sha1 5656e77fc82ca3a3e6b57223a8f7f8ef3d0e8f58 \
rmd160 5309808cd3b6620059c46a0ff62d3e5051f8b055
patchfiles patch-compat.h.diff \
patch-drivers-Makefile.in.diff \
patch-Make.settings.in.diff \
configure.args --disable-python
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 ${worksrcpath}/docs/TroubleShooting \
${destroot}${prefix}/share/doc/${name}/TroubleShooting