Ticket #17288: Portfile

File Portfile, 1.0 KB (added by argentum@…, 15 years ago)

Portfile for bindfs

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6name                bindfs
7version             1.8
8categories          fuse
9platforms           darwin
10maintainers         nomaintainer
11
12description         mirrors or overlays a local directory with altered permissions
13long_description    bindfs is a FUSE filesystem for mirroring a directory to another \
14                    directory, similarly to mount --bind. The permissions of the \
15                    mirrored directory can be altered in various ways.
16
17homepage            http://code.google.com/p/bindfs/
18
19master_sites        http://bindfs.googlecode.com/files/
20distname            ${name}-${version}
21checksums           md5 16d6ca3b68f6b6eab6b4d5d72f41863f \
22                    sha1 257f8407cc61b7c898b739c3a192f8a255a6c39f \
23                    rmd160 d89135de07378bc47f2adf6a15d25fc62da42038
24
25depends_build       port:pkgconfig
26depends_lib         port:macfuse