summaryrefslogtreecommitdiff
path: root/lang/sun-jdk6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sun-jdk6/Makefile')
-rw-r--r--lang/sun-jdk6/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/lang/sun-jdk6/Makefile b/lang/sun-jdk6/Makefile
new file mode 100644
index 00000000000..3391a1f615f
--- /dev/null
+++ b/lang/sun-jdk6/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2007/02/18 19:11:26 tv Exp $
+
+DISTNAME= jdk-6-linux-i586
+PKGNAME= sun-jdk6-6.0
+MASTER_SITES= # empty
+
+SHORT_NAME= JDK
+
+DEPENDS+= ${PKGNAME_NOREV:S/jdk/jre/}*:../../lang/sun-jre6
+
+CHECK_SHLIBS= no # One of the demos is broken.
+WRKSRC= ${WRKDIR}/jdk1.6.0
+JAVA_WRAPPERS= appletviewer apt extcheck idlj jar jarsigner \
+ javac javadoc javah javap jdb rmic serialver
+
+# Remove parts that are in common with the JRE
+#
+post-extract:
+ common=`${AWK} '/^#.*/ { next } /^$$/ { next } { print }' ${FILESDIR}/common`; \
+ cd ${WRKSRC}; for i in $$common; do \
+ if [ -d $$i ]; then \
+ ${RM} -rf $$i; \
+ else \
+ ${RM} -f $$i; \
+ fi; \
+ done
+ ${LN} -sf . ${WRKSRC}/jre
+
+.include "../../lang/sun-jre6/Makefile.common"