mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
8 lines
311 B
Bash
8 lines
311 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%%
|
|
JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java \
|
|
-Dsubstancelaf.windowRoundedCorners=false \
|
|
-Dinsubstantial.looseTableCellRenderers=true -Djava.library.path=./ \
|
|
-Xms128m -Xmx256m -splash:splash.gif \
|
|
-cp aTunes.jar:lib/* net.sourceforge.atunes.Main "$@"
|