freebsd-ports/devel/legoctl/Makefile
Martin Wilke 417bc1b38e Legoctl is a library and program for communicating with Lego
Mindstorms robotic controllers. It is used to upload programs,
check status, run programs, etc. It is an alternative to linxt,
but written entirely in C. It is meant to be used in conjunction with
NBC/NXC or some other programming language for Lego robotics.

WWW:	http://personalpages.tds.net/~jwbacon/Ports

PR:		ports/116036
Submitted by:	Jason Bacon <jwbacon at tds.net>
2007-09-07 00:30:46 +00:00

28 lines
729 B
Makefile

# New ports collection makefile for: legoctl
# Date created: 2007-05-03
# Whom: Jason Bacon <jwbacon@tds.net>
#
# $FreeBSD$
#
PORTNAME= legoctl
PORTVERSION= 0.2
CATEGORIES= devel
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
http://bacon.is-a-geek.org/~bacon/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
COMMENT= Lego Mindstorms communication tool
LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb
MAN1= legoctl.1
PLIST_FILES= bin/legoctl lib/liblegoctl.a
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Commands/Legoctl/legoctl ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Libs/C/liblegoctl.a ${PREFIX}/lib
${INSTALL_MAN} ${WRKSRC}/Commands/Legoctl/legoctl.1 ${PREFIX}/man/man1
.include <bsd.port.mk>