|
Lines 6-23
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= roboctl |
8 |
PORTNAME= roboctl |
| 9 |
PORTVERSION= 0.3.2 |
9 |
PORTVERSION= 0.3.5 |
| 10 |
CATEGORIES= devel |
10 |
CATEGORIES= devel |
| 11 |
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ |
11 |
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ |
| 12 |
http://jbacon.dyndns.org/~bacon/Ports/distfiles/ |
12 |
http://jbacon.dyndns.org/~bacon/Ports/distfiles/ |
| 13 |
|
13 |
|
| 14 |
MAINTAINER= jwbacon@tds.net |
14 |
MAINTAINER= jwbacon@tds.net |
| 15 |
COMMENT= API for communications with Lego and Vex robot controllers |
15 |
COMMENT= API and tools for communicating with Lego and Vex robots |
| 16 |
|
16 |
|
| 17 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libgamepad.a:${PORTSDIR}/devel/libgamepad |
17 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libgamepad.a:${PORTSDIR}/devel/libgamepad |
| 18 |
|
18 |
|
| 19 |
OPTIONS= CUTECOM "Install cutecom for Vex debugging" On |
19 |
OPTIONS= CUTECOM "Install cutecom for Vex debugging" On |
| 20 |
|
20 |
|
|
|
21 |
CONFLICTS= legoctl-[0-9]* roboctl-0.3.[12346789] roboctl-0.[456789]* |
| 22 |
|
| 21 |
MAN1= legoctl.1 vexctl.1 nxtremote.1 |
23 |
MAN1= legoctl.1 vexctl.1 nxtremote.1 |
| 22 |
MAN3= roboctl.3 |
24 |
MAN3= roboctl.3 |
| 23 |
|
25 |
|
|
Lines 40-45
Link Here
|
| 40 |
post-install: |
42 |
post-install: |
| 41 |
(cd ${WRKSRC}/Commands/NXTRemote; ${MAKE}) |
43 |
(cd ${WRKSRC}/Commands/NXTRemote; ${MAKE}) |
| 42 |
${INSTALL_PROGRAM} ${WRKSRC}/Commands/NXTRemote/nxtremote ${PREFIX}/bin |
44 |
${INSTALL_PROGRAM} ${WRKSRC}/Commands/NXTRemote/nxtremote ${PREFIX}/bin |
|
|
45 |
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/lego_bluetooth_config ${PREFIX}/bin |
| 43 |
${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${MANPREFIX}/man/man1 |
46 |
${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${MANPREFIX}/man/man1 |
| 44 |
|
47 |
|
| 45 |
.include <bsd.port.post.mk> |
48 |
.include <bsd.port.post.mk> |