mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
f9cefac1f3
OpenVex is an API (Application Program Interface) library for programming Vex robot controllers using SDCC or MCC18. WWW: http://personalpages.tds.net/~jwbacon/vex.html PR: ports/171876 Submitted by: Jason Bacon <jwbacon at tds.net>
26 lines
603 B
Makefile
26 lines
603 B
Makefile
# Created by: Jason Bacon <jwbacon@tds.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openvex
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
|
|
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
|
|
|
|
MAINTAINER= jwbacon@tds.net
|
|
COMMENT= Open source firmware for Vex robotics controllers
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= sdcc:${PORTSDIR}/lang/sdcc \
|
|
gpasm:${PORTSDIR}/devel/gputils
|
|
RUN_DEPENDS= vexctl:${PORTSDIR}/devel/roboctl \
|
|
sdcc:${PORTSDIR}/lang/sdcc \
|
|
gpasm:${PORTSDIR}/devel/gputils
|
|
|
|
MAN1= openvex.1 openvex-new-project.1
|
|
|
|
ALL_TARGET= all clean
|
|
|
|
.include <bsd.port.mk>
|