Upgrade to current bsd.java.mk syntax.

This commit is contained in:
Jimmy Olgeni 2006-02-13 18:53:33 +00:00
parent 19a332fd08
commit c4fb22eedf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155955
4 changed files with 8 additions and 6 deletions

View file

@ -15,7 +15,8 @@ MAINTAINER= olgeni@FreeBSD.org
COMMENT= A full-featured integrated environment for Java COMMENT= A full-featured integrated environment for Java
USE_BZIP2= yes USE_BZIP2= yes
USE_JAVA= 1.4+ USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes NO_BUILD= yes
RESTRICTED= Restrictive license RESTRICTED= Restrictive license

View file

@ -15,7 +15,8 @@ MAINTAINER= olgeni@FreeBSD.org
COMMENT= A full-featured integrated environment for Java COMMENT= A full-featured integrated environment for Java
USE_BZIP2= yes USE_BZIP2= yes
USE_JAVA= 1.4+ USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes NO_BUILD= yes
RESTRICTED= Restrictive license RESTRICTED= Restrictive license

View file

@ -31,8 +31,8 @@ COMMENT= A functional programming language from Ericsson
# ${JAVA_HOME}/bin is added to the PATH, using the *_ENV macros. # ${JAVA_HOME}/bin is added to the PATH, using the *_ENV macros.
.if !defined(WITHOUT_JAVA) .if !defined(WITHOUT_JAVA)
USE_JAVA= 1.4+ USE_JAVA= yes
JAVA_BUILD= yes JAVA_VERSION= 1.4+
# Make sure ${JAVA_HOME}/bin is in the path # Make sure ${JAVA_HOME}/bin is in the path
CONFIGURE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin CONFIGURE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin
MAKE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin MAKE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin

View file

@ -31,8 +31,8 @@ COMMENT= A functional programming language from Ericsson
# ${JAVA_HOME}/bin is added to the PATH, using the *_ENV macros. # ${JAVA_HOME}/bin is added to the PATH, using the *_ENV macros.
.if !defined(WITHOUT_JAVA) .if !defined(WITHOUT_JAVA)
USE_JAVA= 1.4+ USE_JAVA= yes
JAVA_BUILD= yes JAVA_VERSION= 1.4+
# Make sure ${JAVA_HOME}/bin is in the path # Make sure ${JAVA_HOME}/bin is in the path
CONFIGURE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin CONFIGURE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin
MAKE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin MAKE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin