freebsd-ports/textproc/smartdoc-devel/files/sdoc.sh.in
Herve Quiroz bba475b325 - Update to bsd.java.mk 2.0
- 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
2005-02-05 04:01:25 +00:00

5 lines
111 B
Bash

#! /bin/sh
#
# $FreeBSD$
JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/SmartDoc.jar" "$@"