# $Id: Portfile 81460 2011-07-31 06:39:40Z dports@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name fuse-bindings-python version 0.2 revision 1 epoch 1184537785; # seconds since epoch according to `date +%s` categories fuse python maintainers nomaintainer description Python interface for FUSE long_description $description homepage http://fuse.sourceforge.net/wiki/index.php/FusePython platforms darwin master_sites sourceforge:fuse checksums md5 68be744e71a42cd8a92905a49f346278 \ sha1 f2be16b1b72bedd85a6db2f2aaf22862de903640 distname fuse-python-${version} livecheck.distname fuse-python depends_build-append path:bin/pkg-config:pkgconfig depends_lib-append path:lib/pkgconfig/fuse.pc:macfuse platform darwin { patchfiles patch-_fusemodule.c } post-destroot { foreach item [glob -directory ${worksrcpath} example/*] { file copy ${item} ${destroot}${prefix}/share/doc/${name}/examples/ } }