1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/castlevox/files/CastleVox.in
Rene Ladan 1f50f7f2b8 - Add desktop entry
- Convert to optionsNG
- Trim leading article from COMMENT
- Cleanups, overhaul installation
- Sort pkg-plist
- Bump PORTREVISION

PR:		ports/172331
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	maintainer timeout (months)
2013-03-08 08:34:49 +00:00

9 lines
185 B
Bash

#!/bin/sh
#
# $FreeBSD$
export JAVA_VERSION="%%JAVA_VERSION%%"
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
-Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/VoxCore.jar" "${@}"