diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-11-30 03:56:59 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-11-30 03:56:59 +0000 |
commit | d276d44ab11f5d81215fd5197a3fe331d22fd474 (patch) | |
tree | 06daafaf791e24692cb91b786b9e036cdb04510c /devel/arduino | |
parent | 420935ac09c8ba0fa804c3137d436ac3f87511f7 (diff) | |
download | ports-d276d44ab11f5d81215fd5197a3fe331d22fd474.tar.gz ports-d276d44ab11f5d81215fd5197a3fe331d22fd474.zip |
Notes
Diffstat (limited to 'devel/arduino')
-rw-r--r-- | devel/arduino/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index d5fc34498407..0e508adfb37a 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: arduino -# Date created: 10 Feb 2010 -# Whom: Warren Block <wblock@wonkity.com> +# Created by: Warren Block <wblock@wonkity.com> # $FreeBSD$ PORTNAME= arduino @@ -12,7 +10,7 @@ MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-linux EXTRACT_SUFX= .tgz -MAINTAINER= wblock@freebsd.org +MAINTAINER= leres@ee.lbl.gov COMMENT= Open-source electronics prototyping platform RUN_DEPENDS= ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar:${PORTSDIR}/comms/rxtx \ |