mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Remove unneeded Linux library
- Remove unnecessary whitespace from pkg-descr PR: ports/163322 Submitted by: Warren Block <wblock@FreeBSD.org> (maintainer)
This commit is contained in:
parent
36d402c7fd
commit
1b436cc6e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287461
@ -5,6 +5,7 @@
|
||||
|
||||
PORTNAME= arduino
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel java lang
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
@ -22,7 +23,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_JAVA= 1.6+
|
||||
NO_BUILD= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SUB_FILES= arduino pkg-message
|
||||
SUB_LIST= PORTNAME=${PORTNAME}
|
||||
@ -62,6 +62,7 @@ post-extract:
|
||||
@${RM} ${WRKSRC}/hardware/tools/avrdude
|
||||
@${RM} ${WRKSRC}/hardware/tools/avrdude64
|
||||
@${RM} ${WRKSRC}/hardware/tools/avrdude.conf
|
||||
@${RM} ${WRKSRC}/lib/librxtxSerial64.so
|
||||
@${MKDIR} ${WRKSRC}/hardware/tools/avr
|
||||
@${LN} -s ${PREFIX}/bin ${WRKSRC}/hardware/tools/avr/bin
|
||||
@${LN} -s ${PREFIX}/etc ${WRKSRC}/hardware/tools/avr/etc
|
||||
|
@ -1,6 +1,6 @@
|
||||
Arduino is an open-source electronics prototyping platform based on
|
||||
flexible, easy-to-use hardware and software. It's intended for artists,
|
||||
designers, hobbyists, and anyone interested in creating interactive
|
||||
Arduino is an open-source electronics prototyping platform based on
|
||||
flexible, easy-to-use hardware and software. It's intended for artists,
|
||||
designers, hobbyists, and anyone interested in creating interactive
|
||||
objects or environments.
|
||||
|
||||
|
||||
WWW: http://arduino.cc/
|
||||
|
@ -198,7 +198,6 @@ arduino/lib/ecj.jar
|
||||
arduino/lib/jna.jar
|
||||
arduino/lib/keywords.txt
|
||||
arduino/lib/librxtxSerial.so
|
||||
arduino/lib/librxtxSerial64.so
|
||||
arduino/lib/pde.jar
|
||||
arduino/lib/preferences.txt
|
||||
arduino/lib/theme/buttons.gif
|
||||
|
Loading…
Reference in New Issue
Block a user