freebsd-ports/Mk
Herve Quiroz 466ef83db3 Add JAVA_VERSION, JAVA_OS and JAVA_VENDOR to SUB_LIST.
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)
2005-02-27 23:49:33 +00:00
..
bsd.autotools.mk Remove trailing spaces. 2005-01-09 10:12:07 +00:00
bsd.emacs.mk - conform to the last xemacs-devel-mule updates 2005-02-26 06:21:34 +00:00
bsd.gcc.mk * Change bento to pointyhat names in comments. [1] 2005-02-07 11:17:50 +00:00
bsd.gnome.mk - Move x11-toolkits/eel2 -> x11-toolkits/eel 2005-01-24 23:07:37 +00:00
bsd.gnustep.mk Remove trailing spaces. 2005-01-09 10:12:07 +00:00
bsd.java.mk Add JAVA_VERSION, JAVA_OS and JAVA_VENDOR to SUB_LIST. 2005-02-27 23:49:33 +00:00
bsd.kde.mk Remove trailing spaces. 2005-01-09 10:12:07 +00:00
bsd.kde4.mk Remove trailing spaces. 2005-01-09 10:12:07 +00:00
bsd.openssl.mk - reflect fips import in the base 2004-11-23 06:16:27 +00:00
bsd.php.mk PHP 5.0.3 uses a different extension dir. 2004-12-17 06:48:01 +00:00
bsd.port.mk Fix variable expansion bug on 4.x systems, this will fix INDEX and 2005-02-09 09:07:37 +00:00
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk * Change bento to pointyhat names in comments. [1] 2005-02-07 11:17:50 +00:00
bsd.python.mk Resurrect lang/python-devel port with Python 2.5 development snapshot 2005-01-29 05:01:02 +00:00
bsd.ruby.mk The slippery pthread support for systems prior to 502102 has been 2005-02-05 04:59:26 +00:00
bsd.sdl.mk Remove trailing spaces. 2005-01-09 10:12:07 +00:00
bsd.sites.mk Add freedesktop.org mirror to X.Org mirrors and move ftp.x.org to end of 2005-02-14 08:33:01 +00:00