# $Id: Portfile,v 1.6 2005/02/22 00:32:33 rshaw Exp $ PortSystem 1.0 name fugu version 1.1.2 categories aqua maintainers rshaw@opendarwin.org description A Mac OS X SFTP, SCP and SSH Frontend. long_description Fugu is a graphical frontend to the commandline \ Secure File Transfer application (SFTP). SFTP is \ similar to FTP, but unlike FTP, the entire session \ is encrypted, meaning no passwords are sent in \ cleartext form, and is thus much less vulnerable to \ third-party interception. platforms darwin homepage http://rsug.itd.umich.edu/software/fugu master_sites ${homepage}/files/ extract.suffix .tgz checksums md5 0862e1ea72935108115cf86903c06f92 use_configure no build.type pbx build.args -buildstyle Deployment -alltargets build.target destroot { cd ${worksrcpath}/build xinstall -d -m 0755 ${destroot}/Applications/DarwinPorts system "cp -R Fugu.app ${destroot}/Applications/DarwinPorts" }