# $Id: Portfile,v 1.3 2005/07/06 22:11:23 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-pyobjc version 1.3.7 categories python devel maintainers mww@opendarwin.org platforms darwin description bidirectional bridge between python and Objective C long_description The PyObjC project aims to provide a bridge between \ the Python and Objective-C programming languages. The \ bridge is intended to be fully bidirectional, allowing \ the Python programmer to take full advantage of the \ power provided by various Objective-C based toolkits \ and the Objective-C programmer transparent access to \ Python based functionality. homepage http://pyobjc.sourceforge.net/ master_sites sourceforge:pyobjc distname pyobjc-${version} checksums md5 7e2d181ba27ca579ba135c322990482c post-destroot { xinstall -m 644 -W ${worksrcpath} HISTORIC.txt Install.html Install.txt \ License.txt NEWS.html NEWS.txt README.txt ReadMe.html \ ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name}/html file delete ${destroot}${prefix}/share/doc/${name}/examples file copy ${worksrcpath}/Examples \ ${destroot}${prefix}/share/doc/${name}/examples }