a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20442 2006-11-03 02:55:14Z jberry@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-carbonxae
version 0.2.3
maintainers nomaintainer@macports.org
description Improved versions of Carbon.AE and Carbon.OSA extensions
long_description ${description}
platforms darwin
homepage http://freespace.virgin.net/hamish.sanderson/appscript.html
master_sites http://cheeseshop.python.org/packages/source/C/CarbonXAE/
distname CarbonXAE-${version}
checksums md5 8bea0c7b20b7b0e0f0774684ac804676
depends_lib-append port:py-py2app
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
${destroot}${prefix}/share/examples/${name}
xinstall -m 644 -W ${worksrcpath} README.txt \
${destroot}${prefix}/share/doc/${name}
eval file copy [glob ${worksrcpath}/Documentation/*] \
${destroot}${prefix}/share/doc/${name}
eval file copy [glob ${worksrcpath}/Examples/*] \
${destroot}${prefix}/share/examples/${name}
}