diff options
author | Sujal Patel <smpatel@FreeBSD.org> | 1996-04-08 20:49:13 +0000 |
---|---|---|
committer | Sujal Patel <smpatel@FreeBSD.org> | 1996-04-08 20:49:13 +0000 |
commit | c312dc6546cfbc3b22535849b8e9e5c8344d57a3 (patch) | |
tree | 5a11e0ba0791c1dc871b2038bf654bd47b12fc09 /java/jdk11/Makefile | |
parent | aebdf26065b49a0a89350b552fc136e844ad4b21 (diff) | |
download | ports-c312dc6546cfbc3b22535849b8e9e5c8344d57a3.tar.gz ports-c312dc6546cfbc3b22535849b8e9e5c8344d57a3.zip |
Notes
Diffstat (limited to 'java/jdk11/Makefile')
-rw-r--r-- | java/jdk11/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile new file mode 100644 index 000000000000..30329584eedf --- /dev/null +++ b/java/jdk11/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: jdk +# Version required: 1.0.1 +# Date created: 8 April 1996 +# Whom: Sujal Patel <smpatel@umiacs.umd.edu> +# +# $Id: Makefile,v 1.1.1.1 1996/04/01 04:02:45 asami Exp $ +# + +DISTNAME= jdk +PKGNAME= jdk-1.0.1 +CATEGORIES+= www devel +MASTER_SITES= ftp://ftp.javasoft.com/pub/ \ + ftp://www.blackdown.org/pub/Java/pub/ +DISTFILES= JDK-1_0_1-solaris2-sparc.tar.Z + +MAINTAINER= smpatel@umiacs.umd.edu + +NO_WRKSUBDIR= yes + +post-install: + @cat ${PKGDIR}/DESCR + +.include <bsd.port.mk> |