mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
9cff3c1d21
- Change maintainer to submitter PR: ports/115248 Submitted by: Stefan Pauly <stefan at fh-mainz.de>
7 lines
122 B
Bash
7 lines
122 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
cd %%DATADIR%%
|
|
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "%%DATADIR%%" RunGui
|