# $Id: Portfile 23850 2007-04-11 04:19:26Z jann@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-appscript version 0.17.0 categories python platforms darwin maintainers arsptr@internode.on.net description High-level application scripting package for Python long_description Appscript is a high-level, user-friendly MacPython to Apple event \ bridge that allows you to control scriptable Mac OS X applications \ using ordinary Python scripts. Appscript makes MacPython a serious \ alternative to Apple's own AppleScript language for automating your \ Mac. homepage http://appscript.sourceforge.net/ master_sites sourceforge:appscript distname appscript-${version} depends_lib-append port:py-htmltemplate checksums md5 311f0da00294972f8ff22173d4bb16ea \ sha1 4cbef0909c173e25c2b5ba003de2ce5e89cc1f21 \ rmd160 8d520a11c66af1ebafba6abbe97f8dec720ef910 post-destroot { file copy ${worksrcpath}/Examples ${destroot}${prefix}/share/doc/py-appscript/examples file copy ${worksrcpath}/Documentation ${destroot}${prefix}/share/doc/py-appscript/html xinstall -m 0755 ${worksrcpath}/Extras/osadict/osadict ${destroot}${prefix}/bin xinstall -m 0755 ${worksrcpath}/Extras/osascangui/osascangui ${destroot}${prefix}/bin }