aboutsummaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-02-19 07:25:14 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-02-19 07:25:14 +0000
commit4377efce9daa1b2e0991d999fae307e460bf49b2 (patch)
tree226dea6650bdcd5ba54016a2431a886acdf34428 /java/Makefile
parentfa42fcd66fa842383f81e50ac780a0e32c630cd6 (diff)
downloadports-4377efce9daa1b2e0991d999fae307e460bf49b2.tar.gz
ports-4377efce9daa1b2e0991d999fae307e460bf49b2.zip
New port: java/jd-gui
The Java Decompiler project aims to develop tools in order to decompile and analyze Java 5 byte code and later versions. JD-GUI is a standalone graphical utility that displays Java source codes of .class files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields. WWW: http://jd.benow.ca/ PR: 206488 Submitted by: Tobias Kortkamp <t@tobik.med>
Notes
Notes: svn path=/head/; revision=409155
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index 390a38b2d5a7..9a984f968079 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -65,6 +65,7 @@
SUBDIR += jcalendar
SUBDIR += jcckit
SUBDIR += jcommon
+ SUBDIR += jd-gui
SUBDIR += jdbcpool
SUBDIR += jdk16-doc
SUBDIR += jdk7-doc