1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/finance/venice/files/venice.in
Rusmir Dusko 4ed44ba015 - Update to 0.751beta
- Add master sites and icons
- Pass maintainership to submitter
- Add license (GPLv2)
- Use pkg-plist instead of PLIST_FILES
- Change docs and add DOCS Option
- Add Desktop entry file

Approved by:	wg/pawel (mentors)
2013-10-05 17:58:04 +00:00

10 lines
186 B
Bash

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