# $Id: Portfile,v 1.3 2004/12/03 03:43:29 rshaw Exp $ PortSystem 1.0 name fugu version 1.1.1rc1 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/ distname ${name}-${version}-src checksums md5 bce04a416799974fa0d932623c8d1dcb worksrcdir ${name} use_configure no build.type pbx build.target -alltargets destroot { set appName Fugu set appPath ${destroot}/Applications/DarwinPorts cd ${worksrcpath}/build xinstall -d -m 0755 ${appPath} system "cp -R ${appName}.app ${appPath}/${appName}.app" }