pkgsrc/lang/sun-jdk6/Makefile
tv 80bd453764 SUN JRE/JDK 6.0. The new naming convention is that "1.6.0" is now "6.0"
(true for 1.5, but officially branded as such for 6), so this is called
"sun-j{dk,re}6" rather than "sun-j{dk,re}16".

amd64 support is not currently included, but initial provision exists in
the sun-jre6 package as it was cloned initially from sun-jre15.
2007-02-18 19:11:26 +00:00

29 lines
762 B
Makefile

# $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"