Ticket #3114: Portfile.diff
File Portfile.diff, 951 bytes (added by jmpp@…, 20 years ago) |
---|
-
(a) Portfile vs. (b) Portfile_new
a b 2 2 3 3 PortSystem 1.0 4 4 name py-gtk2 5 version 2.4.1 6 revision 1 5 version 2.6.2 7 6 categories python x11 8 maintainers darwinports@opendarwin.org7 maintainers yves@gnu-darwin.org 9 8 description PyGTK2 is the Python binding to GTK+ 2.x 10 9 long_description \ 11 10 PyGTK contains modules that allow you to use gtk in Python programs. \ 12 11 At present, it is a fairly complete set of bindings. 13 12 14 13 homepage http://www.pygtk.org/ 15 master_sites gnome:sources/pygtk/2.414 master_sites gnome:sources/pygtk/2.6 16 15 distname pygtk-${version} 17 16 use_bzip2 yes 18 checksums md5 a926ffbc8cb3e0b7ddbfdbccd879a28d17 checksums md5 0d4dca0564fc867a976808d18443f059 19 18 20 depends_lib p ath:${prefix}/bin/python:python24 lib:libgtk.2:gtk219 depends_lib port:python24 lib:libgtk.2:gtk2 21 20 22 21 post-destroot { 23 22 xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} \