freebsd-ports/textproc/smartdoc/files/sdoc.sh.in
Herve Quiroz 9dce94ea1c - Update to bsd.java.mk 2.0
- Use JAVAJARDIR
- Use PORTDOCS (and calm portlint)
- 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 03:45:32 +00:00

5 lines
111 B
Bash

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