diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-04-19 14:16:42 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-04-19 14:16:42 +0000 |
commit | 9d503d3a9eced4d6b2fa391db6d907bf110850f9 (patch) | |
tree | 3965d813a4a2b11c3ebb4074db435a98a036a450 /java/Makefile | |
parent | 51382a54094aaa0981c3f42b5c88bc409b85519c (diff) | |
download | FreeBSD-ports-9d503d3a9eced4d6b2fa391db6d907bf110850f9.zip FreeBSD-ports-9d503d3a9eced4d6b2fa391db6d907bf110850f9.tar.gz |
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
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 6211285..062aeac 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 |