mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
- Use JAVAJARDIR - Use PORTDOCS - CP -> INSTALL_DATA - Improve the launcher shell script: use javavmwrapper 2.0 rather than testing manually the JDK version - Use SUB_FILES to configure launcher rather than a perl script
5 lines
111 B
Bash
5 lines
111 B
Bash
#! /bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/SmartDoc.jar" "$@"
|