freebsd-ports/devel/roboctl/Makefile
Pav Lucistnik a5972086b1 - Update to 0.3.2
PR:		ports/126023
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
2008-07-28 08:52:55 +00:00

36 lines
988 B
Makefile

# New ports collection makefile for: roboctl
# Date created: 2007-05-03
# Whom: Jason Bacon <jwbacon@tds.net>
#
# $FreeBSD$
#
PORTNAME= roboctl
PORTVERSION= 0.3.2
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
LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb
BUILD_DEPENDS= ${LOCALBASE}/lib/libgamepad.a:${PORTSDIR}/devel/libgamepad
OPTIONS= CUTECOM "Install cutecom for Vex debugging" On
MAN1= legoctl.1 vexctl.1 nxtremote.1
MAN3= roboctl.3
.include <bsd.port.pre.mk>
.if defined(WITH_CUTECOM)
RUN_DEPENDS+= cutecom:${PORTSDIR}/comms/cutecom
.endif
post-install:
(cd ${WRKSRC}/Commands/NXTRemote; ${MAKE})
${INSTALL_PROGRAM} ${WRKSRC}/Commands/NXTRemote/nxtremote ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${MANPREFIX}/man/man1
.include <bsd.port.post.mk>