# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name sshfs-gui version 1.3 categories fuse platforms macosx maintainers eridius description OS X GUI for sshfs long_description This is an OS X Cocoa GUI on top of sshfs that \ makes it easy to set up new sshfs mounts. homepage http://code.google.com/p/macfuse/ master_sites macports distname ${name}-${version} checksums md5 e7bd5cce586bf9b583f54b46da86b693 \ sha1 1aaeeb96f67d882a503809be03eee0e0b411cf5f worksrcdir sshfs-gui patchfiles patch-AppController.m.diff \ patch-sshfs.xcodeproj_project.pbxproj.diff use_bzip2 yes depends_run port:sshfs xcode.target sshfs xcode.configuration Release post-patch { reinplace "s|##PREFIX##|${prefix}|" AppController.m } post-destroot { xinstall -d ${destroot}/Applications/MacPorts copy ${worksrcpath}/build/UninstalledProducts/sshfs.app ${destroot}/Applications/MacPorts/sshfs.app }