# $Id: Portfile 27917 2007-08-16 03:46:53Z eridius@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name sshfs-gui version 0.3.0 categories fuse platforms macosx maintainers eridius@macports.org 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 checksums md5 23e29333a9974f87d4466c64607f3581 \ sha1 3df742fac97ea4f853b07f2ea41a6b8597af3508 livecheck.distname sshfs-(.*).dmg patchfiles patch-AppController.m patch-project.pbxproj use_bzip2 yes depends_run port:sshfs xcode.target sshfs xcode.configuration Release post-patch { reinplace "s|##PREFIX##|${prefix}|" AppController.m }