aboutsummaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-04-19 14:16:42 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-04-19 14:16:42 +0000
commita26362f50262d7371aea714367f880dcc5bfabe6 (patch)
treec3bf4c550f6ceffe4a6ae45b577298b193604f19 /java/Makefile
parent9644a9e44b6351f45a5317db9faf96b3deb21f08 (diff)
downloadports-a26362f50262d7371aea714367f880dcc5bfabe6.tar.gz
ports-a26362f50262d7371aea714367f880dcc5bfabe6.zip
New port: proguard
ProGuard can read jar files, shrink and obfuscate them (to prevent reverse engineering), and write out the resulting jar file. PR: 50434 Submitted by: Alex Semenyaka
Notes
Notes: svn path=/head/; revision=79289
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 6211285c3041..062aeacd56af 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -68,6 +68,7 @@
SUBDIR += netcomponents
SUBDIR += netrexx
SUBDIR += openjit
+ SUBDIR += proguard
SUBDIR += sablevm
SUBDIR += shujit
SUBDIR += trove4j