790eecfae4
http://sourceforge.net/projects/robocode/files/robocode/1.9.1.0/ - Change master sites, use supplied icons, i have wrote what is to change more in support-requests 22 - USES dos2unix instead of USE_DOS2UNIX, upstream have many fixed - Remove DOSC and Option, DOCS are used from within the game, so this is unconditional - Add files robocode-MeleeRumble, robocode-RoboRumble, robocode-Robocode, robocode-TeamRumble, robocode-TwinDuel, according to Upstream .sh files - Remove Desktop entry file, use supplied desktop files - Add pkg-deinstall - Change pkg-message, remove deinstallation information, add Warning
9 lines
177 B
Bash
9 lines
177 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Xmx512M \
|
|
-cp "libs/robocode.jar" robocode.Robocode "${@}"
|