2004-07-02 16:40:21 +02:00
|
|
|
# $NetBSD: Makefile,v 1.18 2004/07/02 14:40:21 jschauma Exp $
|
2002-05-14 20:00:54 +02:00
|
|
|
|
2004-07-02 16:40:21 +02:00
|
|
|
DISTNAME= j2re-1_4_2_05-linux-i586
|
|
|
|
PKGNAME= sun-jre14-2.5
|
2003-01-29 12:13:28 +01:00
|
|
|
MASTER_SITES= # empty
|
2002-05-14 20:00:54 +02:00
|
|
|
|
2003-08-13 05:29:53 +02:00
|
|
|
COMMENT= Sun's Java(tm) 2 Runtime Environment 1.4.2
|
2002-05-14 20:00:54 +02:00
|
|
|
|
2003-12-12 18:17:19 +01:00
|
|
|
SHORT= JRE
|
|
|
|
|
2004-07-02 16:40:21 +02:00
|
|
|
WRKSRC= ${WRKDIR}/j2re1.4.2_05
|
2003-01-29 12:13:28 +01:00
|
|
|
USE_PKGINSTALL= yes
|
2004-05-22 23:32:34 +02:00
|
|
|
JAVA_WRAPPERS= java
|
|
|
|
OWN_DIRS= ${JAVA_HOME}
|
|
|
|
OWN_DIRS+= ${JAVA_HOME}/lib
|
|
|
|
OWN_DIRS+= ${JAVA_HOME}/lib/applet
|
|
|
|
OWN_DIRS+= ${JAVA_HOME}/lib/images
|
|
|
|
OWN_DIRS+= ${JAVA_HOME}/lib/images/cursors
|
|
|
|
OWN_DIRS+= ${JAVA_HOME}/lib/security
|
2003-01-29 12:13:28 +01:00
|
|
|
SFILES= content-types.properties flavormap.properties
|
2004-03-17 23:01:43 +01:00
|
|
|
SFILES+= font.properties.Redhat6.1 font.properties
|
|
|
|
SFILES+= font.properties.ja.Redhat6.1 font.properties.ja.Redhat6.2
|
|
|
|
SFILES+= font.properties.ja.Turbo font.properties.ja.Turbo6.0
|
|
|
|
SFILES+= font.properties.ja font.properties.zh.Turbo
|
2003-01-29 12:13:28 +01:00
|
|
|
SFILES+= images/cursors/cursors.properties i386/jvm.cfg
|
|
|
|
SFILES+= logging.properties psfont.properties.ja
|
|
|
|
SFILES+= psfontj2d.properties security/java.security
|
|
|
|
SUPPORT_FILES= # empty
|
|
|
|
.for FILE in ${SFILES}
|
2004-05-22 23:32:34 +02:00
|
|
|
SUPPORT_FILES+= ${JAVA_HOME}/lib/${FILE}.default ${JAVA_HOME}/lib/${FILE}
|
2003-01-29 12:13:28 +01:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC}/lib; for file in ${SFILES}; do \
|
|
|
|
${MV} -f $$file $$file.default; \
|
|
|
|
done
|
|
|
|
|
2002-07-28 00:17:45 +02:00
|
|
|
.include "../../lang/sun-jre14/Makefile.common"
|