Portfile

# $Id: Portfile 21992 2007-02-13 05:59:18Z eridius@macports.org $

PortSystem 1.0
PortGroup xcode 1.0

name sshfs-gui
version 0.1.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 http://svn.macports.org/repository/macports/distfiles/eridius/
checksums md5 617903c85c97053aa4678fc72cdb88ae \
sha1 ee7e92468ce2165d3503c92c7b5d3ac372d79861

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
}

files