1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name py-pyqt3 |
---|
4 | version 3.14.1 |
---|
5 | categories python devel |
---|
6 | maintainers erickt@dslextreme.com |
---|
7 | description PyQt is a set of Python bindings for the Qt toolkit |
---|
8 | long_description PyQt is a set of Python bindings for the Qt toolkit |
---|
9 | homepage http://www.yzis.org/ |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | distname PyQt-mac-gpl-${version} |
---|
13 | checksums md5 07acbab4428be3f164a444ff8edc1159 |
---|
14 | homepage http://www.riverbankcomputing.co.uk/PyQt/ |
---|
15 | master_sites http://www.river-bank.demon.co.uk/download/PyQt/ |
---|
16 | |
---|
17 | depends_lib port:python24 \ |
---|
18 | port:py-sip |
---|
19 | |
---|
20 | configure.cmd "echo yes | ${prefix}/bin/python2.4 configure.py" |
---|
21 | configure.pre_args |
---|
22 | |
---|
23 | post-destroot { |
---|
24 | xinstall -m 755 -d ${destroot}/${prefix}/share/doc |
---|
25 | file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/${name} |
---|
26 | file copy ${worksrcpath}/examples2 ${destroot}/${prefix}/share/doc/${name} |
---|
27 | file copy ${worksrcpath}/examples3 ${destroot}/${prefix}/share/doc/${name} |
---|
28 | xinstall -m 644 -W ${worksrcpath} \ |
---|
29 | ChangeLog LICENSE NEWS README README.AIX README.MacOSX \ |
---|
30 | README.SunOS THANKS \ |
---|
31 | ${destroot}${prefix}/share/doc/${name} |
---|
32 | } |
---|