New category java. Here's the charter:

Java language support.
This commit is contained in:
Satoshi Asami 1999-06-26 22:07:25 +00:00
parent ba88ea332d
commit dbe2e8c2af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19810
2 changed files with 18 additions and 0 deletions

17
java/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $Id$
#
SUBDIR += guavac
SUBDIR += java-cup
SUBDIR += javac_netscape
SUBDIR += jdk
SUBDIR += jdk-doc
SUBDIR += jdk-tutorial
SUBDIR += jfc
SUBDIR += jikes
SUBDIR += jsdk
SUBDIR += kaffe
SUBDIR += shujit
SUBDIR += tya
.include <bsd.port.subdir.mk>

1
java/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Java language support.