mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
afc723066c
- Stipulate JAVA_VERSION [1] - Symlink examples so the program can find them and provide the "Examples" menu [1] - Add 'java' category [2] - Install documentation using FIND | INSTALL_DATA - Improve the launcher shell script (use javavmwrapper 2.0) - Use SUB_FILES to build the launcher shell script PR: 79578 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1] Reported by: portlint [2] Reviewed by: Sam Lawrance <boris@brooknet.com.au>
6 lines
107 B
Bash
6 lines
107 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "%%DATADIR%%" RunGui
|