mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
e4ea41d48e
www/kaffe --> lang/kaffe www/jdk --> lang/jdk www/javac_netscape --> lang/javac_netscape
25 lines
557 B
Makefile
25 lines
557 B
Makefile
# New ports collection makefile for: jdk
|
|
# Version required: 1.0.2
|
|
# Date created: 8 April 1996
|
|
# Whom: Sujal Patel <smpatel@freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.6 1996/12/08 01:04:18 max Exp $
|
|
#
|
|
|
|
DISTNAME= jdk
|
|
PKGNAME= jdk-1.0.2
|
|
CATEGORIES= lang devel
|
|
MASTER_SITES= ftp://ftp.javasoft.com/pub/ \
|
|
ftp://www.blackdown.org/pub/Java/pub/
|
|
DISTFILES= JDK-1_0_2-solaris2-sparc.tar.Z
|
|
|
|
MAINTAINER= smpatel@freebsd.org
|
|
|
|
NO_CDROM= "Put copyright on packaging, etc"
|
|
NO_WRKSUBDIR= yes
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/DESCR
|
|
|
|
.include <bsd.port.mk>
|