a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21857 2007-02-10 16:53:48Z rhwood@macports.org $
PortSystem 1.0
name fugu
version 1.2.0
categories aqua
maintainers nomaintainer@macports.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 977b15709364f2fc26d0152a7667d379
use_configure no
build.type pbx
build.args -buildstyle Deployment -alltargets
build.target
patchfiles patch-project.pbxproj
destroot {
xinstall -d -m 0755 ${destroot}/Applications/MacPorts
if {$xcodeversion == "2.1"} {
cd ${worksrcpath}/build/Deployment
} else {
cd ${worksrcpath}/build
}
file copy Fugu.app ${destroot}/Applications/MacPorts/
}