30 lines
680 B
Makefile
30 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.26 2004/01/20 12:19:17 agc Exp $
|
|
|
|
DISTNAME= j2sdk-1_3_1_10-linux-i586
|
|
PKGNAME= sun-jdk13-1.0.10
|
|
MASTER_SITES= # empty
|
|
|
|
COMMENT= Sun's Java(tm) Development Kit 1.3.1
|
|
|
|
SHORT= JDK
|
|
|
|
DEPENDS= sun-jre13>=1.0.10:../../lang/sun-jre13
|
|
|
|
WRKSRC= ${WRKDIR}/jdk1.3.1_10
|
|
|
|
# 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-jre13/Makefile.common"
|
|
|
|
PREFIX= ${JVM_HOME}
|