blob: a20c60c3b61746da2687afaa25178b69f1fb293f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.22 2002/07/27 21:54:31 jschauma Exp $
# MASTER_SITES is very special, and must end in "=":
DISTNAME= j2re-1_3_1_02-linux-i386
PKGNAME= sun-jre13-1.0.2
PKGREVISION= 1
MASTER_SITES= http://java.sun.com/Download4?config-file=j2re-1_3_1_02.config&platform=linux-i386&protocol=HTTP+download&download-name=
COMMENT= Sun's Java(tm) Runtime Environment 1.3.1
WRKSRC= ${WRKDIR}/jre1.3.1_02
NO_CONFIGURE= # defined
post-patch:
@${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
.include "../../lang/sun-jre13/Makefile.common"
|