aboutsummaryrefslogtreecommitdiff
path: root/devel/roboctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/roboctl/Makefile')
-rw-r--r--devel/roboctl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/roboctl/Makefile b/devel/roboctl/Makefile
index 5cb3cfe947db..920586b2b8b0 100644
--- a/devel/roboctl/Makefile
+++ b/devel/roboctl/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= roboctl
-PORTVERSION= 0.3.2
+PORTVERSION= 0.3.5
CATEGORIES= devel
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
http://jbacon.dyndns.org/~bacon/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
-COMMENT= API for communications with Lego and Vex robot controllers
+COMMENT= API and tools for communicating with Lego and Vex robots
BUILD_DEPENDS= ${LOCALBASE}/lib/libgamepad.a:${PORTSDIR}/devel/libgamepad
@@ -40,6 +40,7 @@ post-patch:
post-install:
(cd ${WRKSRC}/Commands/NXTRemote; ${MAKE})
${INSTALL_PROGRAM} ${WRKSRC}/Commands/NXTRemote/nxtremote ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/lego_bluetooth_config ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${MANPREFIX}/man/man1
.include <bsd.port.post.mk>