Ticket #5470: Portfile

File Portfile, 744 bytes (added by olaf@…, 19 years ago)

Portfile

Line 
1# $Id $
2
3PortSystem 1.0
4
5name                            py-gnome
6version                         2.12.1
7categories                      python gnome
8platforms                       darwin
9maintainers                     pguyot@kallisys.net
10description                     gnome-python is a set of python interfaces to gnome-libs.
11long_description                ${description}
12
13homepage                        http://www.daa.com.au/~james/software/pygtk/
14master_sites                    gnome:sources/gnome-python/2.12/
15use_bzip2                       yes
16distname                        gnome-python-${version}
17checksums                       md5 7f772bd8a209c1f1f42d9e52e12aed5b
18
19depends_lib             \
20                                        bin:pygtk-codegen-2:py-gtk2 \
21                                        lib:libpopt:popt \
22                                        path:${prefix}/lib/python2.3/site-packages/ORBit:py-orbit \
23                                        lib:libzvt-2:libzvt \
24                                        lib:libnautilus:nautilus
25
26
27configure.env           CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress -I${prefix}/include"