freebsd-ports/devel/arduino-bsd-mk/pkg-descr
Craig Leres 7b9c96c18d This adds devel/arduino-bsd-mk which installs a make(1) makefile
(bsd.arduino.mk) that is used to build Arduino sketches from
the command line. It is designed to be a FreeBSD-friendly
alternative to the existing gmake based devel/arduino-mk port.
It includes a man page and optionally installs an example sketch
with an exmaple Makefile.

Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D13262
2017-12-01 21:38:03 +00:00

8 lines
332 B
Text

Arduino from the command line on FreeBSD
This is a makefile written by Craig Leres that makes it possible
to build Arduino sketches with FreeBSD make from the command line.
It includes an example sketch and Makefile which is optionally
installed in share/examples/arduino-bsd-mk
WWW: https://xse.com/leres/arduino/arduino-bsd-mk/