summaryrefslogtreecommitdiff
path: root/java/jdk11/Makefile
diff options
context:
space:
mode:
authorSujal Patel <smpatel@FreeBSD.org>1996-04-08 20:49:13 +0000
committerSujal Patel <smpatel@FreeBSD.org>1996-04-08 20:49:13 +0000
commitc312dc6546cfbc3b22535849b8e9e5c8344d57a3 (patch)
tree5a11e0ba0791c1dc871b2038bf654bd47b12fc09 /java/jdk11/Makefile
parentAdd netscape3.language (diff)
Java Developers Kit. All ports that need the JDK's class libraries should
rely on this port. Suggested by: asami
Notes
Notes: svn path=/head/; revision=2946
Diffstat (limited to 'java/jdk11/Makefile')
-rw-r--r--java/jdk11/Makefile23
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>