1 | # $Id: Portfile 29253 2007-09-19 07:15:51Z nox@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name py25-gnome |
---|
6 | version 2.20.1 |
---|
7 | categories python gnome |
---|
8 | platforms darwin |
---|
9 | maintainers pguyot@kallisys.net |
---|
10 | description gnome-python is a set of python interfaces to gnome-libs. |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | homepage http://www.pygtk.org/ |
---|
14 | master_sites gnome:sources/gnome-python/[strsed ${version} {/\.[0-9]*$//}]/ |
---|
15 | use_bzip2 yes |
---|
16 | distname gnome-python-${version} |
---|
17 | checksums md5 f05d67b0f288728e703faa8f74995358 \ |
---|
18 | sha1 654419b0082d101d76ecc79d9fe47b0d8ea5461b \ |
---|
19 | rmd160 aaedae48dd151af28622dbcd00afcf527b6ce5ba |
---|
20 | |
---|
21 | depends_lib port:libzvt \ |
---|
22 | port:py25-gtk \ |
---|
23 | port:py25-orbit |
---|
24 | |
---|
25 | build.args PYTHON_LDFLAGS= PYTHON_LIBS= |
---|
26 | |
---|
27 | configure.python ${prefix}/bin/python2.5 |
---|
28 | |
---|
29 | platform darwin 9 { |
---|
30 | post-patch { |
---|
31 | reinplace "s| -export-symbols-regex.*||g" \ |
---|
32 | ${worksrcpath}/bonobo/Makefile.am \ |
---|
33 | ${worksrcpath}/bonobo/Makefile.in \ |
---|
34 | ${worksrcpath}/gconf/Makefile.am \ |
---|
35 | ${worksrcpath}/gconf/Makefile.in \ |
---|
36 | ${worksrcpath}/gnome/Makefile.am \ |
---|
37 | ${worksrcpath}/gnome/Makefile.in \ |
---|
38 | ${worksrcpath}/gnomecanvas/Makefile.am \ |
---|
39 | ${worksrcpath}/gnomecanvas/Makefile.in \ |
---|
40 | ${worksrcpath}/gnomevfs/Makefile.am \ |
---|
41 | ${worksrcpath}/gnomevfs/Makefile.in |
---|
42 | } |
---|
43 | } |
---|
44 | |
---|
45 | livecheck.check md5 |
---|
46 | livecheck.url ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python/ |
---|
47 | livecheck.md5 0cc88801d2019c3ec94f296cda5f57f9 |
---|