freebsd-ports/games/domination/files/domination-FlashGUI.in
Rusmir Dusko 0b2e36f867 - Bump PORTREVISION for pkg-plist change
- Change Makefile header, use my name and @FreeBSD.org email
- Fix typo
- Add USES dos2unix
- Break lines around 80 characters
- Remove todo.txt from DOCS
- Add pkg-deinstall
- Remove *.cmd, only for OS X
- Unmute install *.sh
- Change files/domination-*.in, remove -Djava.ext.dirs="%%DATADIR%%"
- Change WWW
2014-03-24 00:05:09 +00:00

9 lines
186 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
export JAVA_VERSION="%%JAVA_VERSION%%"
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
-cp Domination.jar net.yura.domination.ui.flashgui.MainMenu "${@}"