a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22267 2007-02-24 19:13:21Z eridius@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name fuse-bindings-python
version 2007-01-19
categories fuse python
maintainers eridius@macports.org
description Python interface for FUSE
long_description $description
homepage http://fuse.sourceforge.net/wiki/index.php/FusePython
platforms darwin
master_sites http://svn.macosforge.org/repository/macports/distfiles/eridius/
checksums md5 ebed8e746396879b24bef2e6d60c2969 \
sha1 c43759f1b98367ff7e80e7388a95cc1122e7ffb0
distname fuse-py-${version}
extract.suffix .tar.gz
worksrcdir fuse-py-cc3a99b21a0d
depends_lib-append lib:libfuse:libfuse bin:pkg-config:pkgconfig
platform darwin {
depends_run port:fusefs
patchfiles patch-_fusemodule.c
}
post-destroot {
foreach item [glob example/*] {
file copy ${item} ${destroot}${prefix}/share/doc/${name}/examples/
}
}