mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
- Add optional patches for ATmega644p support PR: ports/174783 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
8 lines
205 B
Bash
8 lines
205 B
Bash
#!/bin/sh
|
|
# wrapper to execute the Arduino start script
|
|
|
|
# Need the linux version of readlink
|
|
PATH="%%LINUXBASE%%/usr/bin:${PATH}"
|
|
export PATH
|
|
|
|
exec %%PREFIX%%/%%PORTNAME%%/arduino %%PREFIX%%/%%PORTNAME%%
|