# $Id: Portfile,v 1.2 2004/02/25 07:16:09 rshaw Exp $ PortSystem 1.0 name fugu version 1.1.0 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/ fetch.type cvs cvs.root :pserver:anonymous@rsug.itd.umich.edu:/usr/local/src/cvsroot cvs.password RSUG cvs.args -D"20040104" cvs.module ${name} worksrcdir ${name} set appName Fugu use_configure no post-patch { set xcodebuild "xcodebuild" if {[catch {set xcodebuild [binaryInPath $xcodebuild]}] == 0} { reinplace "s%pbxbuild%${xcodebuild}%" ${worksrcpath}/Makefile } } destroot { set appPath ${destroot}/Applications/DarwinPorts cd ${worksrcpath}/build xinstall -d -m 0755 ${appPath} system "ditto -v -rsrcFork ${appName}.app ${appPath}/${appName}.app" }