466ef83db3
NOTE: these are only added if the related variables are defined by the port. This should ease the configuration of launcher shell scripts used for Java application ports, when they are using javavmwrapper to invoke a JVM. From now, a simple launcher that suits most of the Java application ports can be writen using the following scheme: #!/bin/sh JAVA_VERSION="%%JAVA_VERSION%%" \ "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/myport.jar" "$@" As mentioned above, this is of course only correct provided that the port defines JAVA_VERSION. Approved by: glewis (co-maintainer) |
||
---|---|---|
.. | ||
bsd.autotools.mk | ||
bsd.emacs.mk | ||
bsd.gcc.mk | ||
bsd.gnome.mk | ||
bsd.gnustep.mk | ||
bsd.java.mk | ||
bsd.kde.mk | ||
bsd.kde4.mk | ||
bsd.openssl.mk | ||
bsd.php.mk | ||
bsd.port.mk | ||
bsd.port.post.mk | ||
bsd.port.pre.mk | ||
bsd.port.subdir.mk | ||
bsd.python.mk | ||
bsd.ruby.mk | ||
bsd.sdl.mk | ||
bsd.sites.mk |