diff options
author | tv <tv@pkgsrc.org> | 2004-10-05 22:09:23 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-05 22:09:23 +0000 |
commit | 136f803cfeda4518b33db7550ecd6e5ebabbb0fe (patch) | |
tree | 6bb874fce3ab08a8682d074f5099080b879f5e23 /lang/sun-jdk14/Makefile | |
parent | 3a511c300e1d1176f9ab19ec53049ddf25d1f7ce (diff) | |
download | pkgsrc-136f803cfeda4518b33db7550ecd6e5ebabbb0fe.tar.gz |
Expand the JAVA_WRAPPERS definitions for the sun-j{re,dk}* packages.
This adds many commonly used tools to $PREFIX/bin, such as keytool,
rmiregistry, rmic, idlj, etc.
Diffstat (limited to 'lang/sun-jdk14/Makefile')
-rw-r--r-- | lang/sun-jdk14/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/sun-jdk14/Makefile b/lang/sun-jdk14/Makefile index 75b57dacf1c..eb35b8718ff 100644 --- a/lang/sun-jdk14/Makefile +++ b/lang/sun-jdk14/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2004/07/02 14:40:21 jschauma Exp $ +# $NetBSD: Makefile,v 1.20 2004/10/05 22:09:23 tv Exp $ DISTNAME= j2sdk-1_4_2_05-linux-i586 PKGNAME= sun-jdk14-2.5 +PKGREVISION= 1 MASTER_SITES= # empty COMMENT= Sun's Java(tm) 2 SDK, Standard Edition 1.4.2 @@ -11,7 +12,8 @@ SHORT= SDK DEPENDS= sun-jre14>=2.5:../../lang/sun-jre14 WRKSRC= ${WRKDIR}/j2sdk1.4.2_05 -JAVA_WRAPPERS= appletviewer jar javac javadoc javah javap +JAVA_WRAPPERS= appletviewer extcheck idlj jar jarsigner \ + javac javadoc javah javap jdb rmic serialver # Remove parts that are in common with the JRE # |