freebsd-ports/java/linux-blackdown-jdk12/Makefile
Chuck Robey 30583d6916 This is the Linux JDK port. It's marked no package and no cdrom, so
there's no license problem, just allows a lot of java hackers in the game.
Thanks to Kees Koster and Jose Marques, I just neatened up around the
edges.

Submitted by:	Kees Koster and Jose Marques
2000-05-16 01:46:26 +00:00

37 lines
994 B
Makefile

# New ports collection makefile for: linux jdk 1.2.2
# Version required: 1.2.2
# Date created: Nov 3 1999
# Whom: Jose Marques
#
# $FreeBSD$
#
PORTNAME= jdk
PORTVERSION= 1.2.2
CATEGORIES= java devel
MASTER_SITES= ftp://ftp.uk.linux.org/pub/linux/java/JDK-1.2.2/i386/rc4/ \
ftp://ftp.tux.org/pub/java/JDK-1.2.2/i386/rc4/
PKGNAMEPREFIX= linux-
DISTNAME= jdk-1.2.2-RC4-linux-i386-glibc-2.1.2
MAINTAINER= K.J.Koster@kpn.com
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
NO_CDROM= "License doesn't allow distribution with fee"
NO_PACKAGE= "License doesn't allow binary distributions"
ONLY_FOR_ARCHS= i386
USE_BZIP2= YES
WRKSRC= ${WRKDIR}/jdk1.2.2
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/linux-jdk1.2.2
(cd ${WRKSRC} && tar -c -f - .) \
| (cd ${PREFIX}/linux-jdk1.2.2 && tar fx -)
${RM} ${PREFIX}/linux-jdk1.2.2/bin/.java_wrapper.orig
${RM} ${PREFIX}/linux-jdk1.2.2/jre/bin/.java_wrapper.orig
.include <bsd.port.mk>