# $Id: Portfile,v 1.3 2006/05/25 07:07:32 blb Exp $

PortSystem			1.0
PortGroup			python24 1.0
name				py-carbonxae
version				0.2.3
maintainers			darwinports@opendarwin.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://freespace.virgin.net/hamish.sanderson/
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}
}

