freebsd-ports/java/proguard/pkg-message
Max Khon a26362f502 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
2003-04-19 14:16:42 +00:00

9 lines
277 B
Plaintext

This port installs the jar-file (${PREFIX}/share/proguard1.5.1/lib/proguard.jar)
which should be run with java:
cd ${PREFIX}/share/proguard1.5.1/lib
java -jar proguard.jar @options
You should prepare the file with options before this. Read the documentation
for the details.