4e9a1add42
Domination is a game that is a bit like the well known board game of Risk or RisiKo. It has many game options and includes many maps. Written in java it includes a map editor, a simple map format, multiplayer network play, single player, hotseat, 5 user interfaces and many more features, it works in all OSs that run java. WWW: http://domination.sourceforge.net/ WWW: http://yura.net/projects/domination/ PR: ports/172167 Submitted by: nemysis <nemysis@gmx.ch>
9 lines
246 B
Bash
9 lines
246 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Djava.ext.dirs="%%DATADIR%%" \
|
|
-Djava.ext.dirs="%%DATADIR%%" -cp Domination.jar net.yura.domination.ui.flashgui.MainMenu "${@}"
|