Craig Leres 4020707a3b devel/arduino-irremote: Update to 2.8.1. Changes since 2.5.0:
- ESP32 bug fixed, corrected Samsung timing, NEC repeat implementation.

 - Adjusted JVC and LG timing, fixed 4809 bug.

 - Major refactoring, new functions, repeat handling, NRF5 support.

 - Changed License to MIT, ATtiny timer 1 support Removed AIWA +
   Mitsubishi, example IR2Keyboard.
2020-12-24 23:05:28 +00:00

35 lines
708 B
Makefile

# Created by: Craig Leres <leres@FreeBSD.org>
# $FreeBSD$
PORTNAME= arduino-irremote
PORTVERSION= 2.8.1
CATEGORIES= devel
MAINTAINER= leres@FreeBSD.org
COMMENT= Multi-protocol infrared remote library for the Arduino
LICENSE= MIT
USES= dos2unix
USE_GITHUB= yes
GH_ACCOUNT= z3t0
GH_PROJECT= Arduino-IRremote
NO_BUILD= yes
RELPATH= arduino/libraries/IRremote
DATADIR= ${PREFIX}/${RELPATH}
PORTDATA= *
PORTEXAMPLES= *
OPTIONS_DEFINE= EXAMPLES
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${RELPATH}
cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${RELPATH}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>