freebsd-ports/games/robocode/files/robocode-Robocode.in
Rusmir Dusko 790eecfae4 - Update to 1.9.1.0, announce message is here:
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
2014-03-23 15:16:06 +00:00

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 "${@}"