# -*- 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
# $Id: Portfile 91372 2012-03-31 00:01:43Z ryandesign@macports.org $

PortSystem 1.0

name                s3fs
version             1.61
categories          fuse

platforms           darwin
maintainers         singingwolfboy openmaintainer
description         Amazon S3 filesystem for FUSE
long_description    \
    FUSE-based file system backed by Amazon S3. Mount a bucket as a \
    local file system read/write. Store files/folders natively and \
    transparently.

homepage            https://code.google.com/p/s3fs/

master_sites        googlecode:s3fs
license             GPL-2
checksums           rmd160  582c193888466341ecf0cc6472dd2a2b5e3eb803 \
                    sha256  47e6700c9ec65f85cc1eeb004dcf33b4533b3415466107f310fe167f49f35ec5

depends_build       path:bin/pkg-config:pkgconfig
depends_lib         port:curl \
                    port:libxml2 \
                    path:lib/pkgconfig/fuse.pc:fuse4x \
                    bin:ssh:openssh

# use_autoreconf      yes
