# -*- 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 42531 2008-11-23 22:11:58Z ryandesign@macports.org $

PortSystem          1.0

name                bindfs
version             1.8
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 16d6ca3b68f6b6eab6b4d5d72f41863f \
                    sha1 257f8407cc61b7c898b739c3a192f8a255a6c39f \
                    rmd160 d89135de07378bc47f2adf6a15d25fc62da42038

depends_build       port:pkgconfig
depends_lib         port:macfuse
