mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to current bsd.java.mk syntax.
This commit is contained in:
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
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue