# $Id: Portfile,v 1.1 2004/09/04 07:17:36 mww Exp $ PortSystem 1.0 name jsch version 0.1.17 categories java security platforms darwin maintainers mww@opendarwin.org description JSch is a pure Java implementation of SSH2. long_description ${description} homepage http://www.jcraft.com/jsch/ master_sites sourceforge checksums md5 c1afcf8716f7fe9c8cf96c91325c87e8 use_zip yes depends_lib bin:java:kaffe depends_build bin:ant:apache-ant use_configure no build.cmd ant build.target dist destroot { xinstall -m 755 -d ${destroot}${prefix}/share/java/ xinstall -m 644 ${worksrcpath}/dist/lib/jsch-20040904.jar \ ${destroot}${prefix}/share/java/jsch.jar }