1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/games/pcgen/files/pcgen.sh.in
Herve Quiroz 9776adda22 - Update to 5.8.0 (latest release from stable branch)
- Add a FreeBSD-specific launcher shell script. It allows the user to specify
  Java VM args using PCGEN_OPTS
2005-09-08 13:46:23 +00:00

8 lines
188 B
Bash

#!/bin/sh
#
# $FreeBSD$
[ \! -d "${HOME}/.pcgen" ] && mkdir "${HOME}/.pcgen"
cd "%%DATADIR%%"
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" ${PCGEN_OPTS} -jar ./pcgen.jar "$@"