# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           fuse 1.0
PortGroup           github 1.0

github.setup        libfuse sshfs 2.10 sshfs-
revision            1
categories          fuse
license             GPL-2
maintainers         {dports @drkp} openmaintainer
description         SSH filesystem for FUSE
long_description    This is a filesystem client based on the SSH \
                    File Transfer Protocol. Since most SSH servers \
                    already support this protocol it is very easy \
                    to set up: i.e. on the server side there is nothing \
                    to do. On the client side mounting the filesystem \
                    is as easy as logging into the server with ssh.

checksums           rmd160  9c940d816480a6ffba9d43d257f7fcc2484d06f3 \
                    sha256  640096693c8bf7dfebebb40bb05bb363ef4b5515105262c8c35b823a8c3f9c14 \
                    size    58307
github.tarball_from tarball

patch.pre_args-replace  -p0 -p1
patchfiles          patch-configure.ac.diff sshfs.c.patch

use_autoreconf      yes

depends_lib-append \
    port:gettext \
    path:lib/pkgconfig/glib-2.0.pc:glib2 \
    port:libiconv \
    path:bin/ssh:openssh
