# -*- 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 83483 2011-09-03 07:28:40Z dports@macports.org $

PortSystem          1.0

name                bindfs
version             1.8.4
revision            1
categories          fuse
platforms           darwin
maintainers         nomaintainer

description         mirrors or overlays a local directory with altered permissions
long_description    bindfs is a FUSE filesystem for mirroring a directory to another \
                    directory, similarly to mount --bind. The permissions of the \
                    mirrored directory can be altered in various ways.

homepage            http://code.google.com/p/bindfs/

master_sites        http://bindfs.googlecode.com/files/
checksums           md5     6eebb595772f89f8cdff89be4b573174 \
                    sha1    c42606fe69239d372fb8ca274b1dcee21f750b00 \
                    rmd160  3a9a4041eb66acda02ff5097dc13d376abbb6c76

depends_build       port:pkgconfig
depends_lib         path:lib/pkgconfig/fuse.pc:fuse4x
