Ticket #9559: Portfile

File Portfile, 856 bytes (added by rhwood@…, 18 years ago)

Portfile for py-gnome 2.12.4

Line 
1# $Id: Portfile,v 1.3 2006/03/07 10:13:26 rhwood Exp $
2
3PortSystem 1.0
4
5name            py-gnome
6version         2.12.4
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 94347f1bff86ffcce76111fa8dac1efc \
18                sha1 1a882ec8f314d458c4c115403e9e19521e135629 \
19                rmd160 cb2d2f27d82ecea6746169ab0976363131e110fe
20
21depends_lib     \
22                bin:pygtk-codegen-2:py-gtk2 \
23                lib:libpopt:popt \
24                path:${prefix}/lib/python2.4/site-packages/ORBit:py-orbit \
25                lib:libzvt-2:libzvt \
26                lib:libnautilus:nautilus
27
28configure.env   CFLAGS="-no-cpp-precomp -flat_namespace \
29                -undefined suppress -I${prefix}/include"