aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk/Makefile
blob: 8060c133338fc68173cf8eea038135a0995f70d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    jdk
# Version required:     1.1.7
# Date created:     Feb, 8, 1998
# Whom:         Nate Williams <nate@FReeBSD.org>
#
# $Id: Makefile,v 1.14 1998/08/19 14:56:37 nate Exp $
#

DISTNAME=   jdk1.1.7.V98-11-5
PKGNAME=    jdk-1.1.7
CATEGORIES= lang devel
MASTER_SITES=   ftp://ftp.nuxi.com/pub/FreeBSD/JDK/ \
        http://www.freebsd.org/java/

MAINTAINER= nate@freebsd.org

NO_CDROM=   "License doesn't allow distribution with fee"

WRKSRC=     ${WRKDIR}/jdk1.1.7
NO_BUILD=       yes

do-install:
    ${MKDIR} ${PREFIX}/jdk1.1.7
    (cd ${WRKSRC} && tar -c -f - --exclude '*.class' .) \
        | (cd ${PREFIX}/jdk1.1.7 && tar fx -)

.include <bsd.port.mk>