1 | # $Id $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name py-gnome |
---|
6 | version 2.12.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.daa.com.au/~james/software/pygtk/ |
---|
14 | master_sites gnome:sources/gnome-python/2.12/ |
---|
15 | use_bzip2 yes |
---|
16 | distname gnome-python-${version} |
---|
17 | checksums md5 7f772bd8a209c1f1f42d9e52e12aed5b |
---|
18 | |
---|
19 | depends_lib \ |
---|
20 | bin:pygtk-codegen-2:py-gtk2 \ |
---|
21 | lib:libpopt:popt \ |
---|
22 | path:${prefix}/lib/python2.4/site-packages/ORBit:py-orbit \ |
---|
23 | lib:libzvt-2:libzvt \ |
---|
24 | lib:libnautilus:nautilus |
---|
25 | |
---|
26 | |
---|
27 | configure.env CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress -I${prefix}/include" |
---|