1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/java/jdk11/Makefile
Satoshi Asami 48100fbcca Add NO_CDROM, the license says we should put their name on packaging
etc. if we include it in a product.
1996-07-10 03:13:10 +00:00

25 lines
562 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.2 1996/06/16 04:34:18 smpatel Exp $
#
DISTNAME= jdk
PKGNAME= jdk-1.0.2
CATEGORIES+= www 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_WRKSUBDIR= yes
NO_CDROM= yes # put copyright on packaging etc.
post-install:
@cat ${PKGDIR}/DESCR
.include <bsd.port.mk>