Ticket #23679: Portfile

File Portfile, 1.3 KB (added by nodamage@…, 14 years ago)
Line 
1# $Id: Portfile 35769 2008-04-05 14:09:37Z gui_dos@macports.org $
2
3PortSystem      1.0
4
5name            gnome-python26-desktop
6version         2.28.0
7distname        gnome-python-desktop-${version}
8categories      gnome python
9maintainers     nomaintainer
10description     Python modules for some GNOME Desktop libraries.
11long_description        ${description}
12platforms       darwin
13homepage        http://www.pygtk.org/
14master_sites    gnome:sources/gnome-python-desktop/2.28
15checksums       md5 d97bb3d8e1adc00505be060fbc832f44
16use_bzip2       yes
17depends_lib     \
18        port:py26-gnome \
19        port:gnome-panel \
20        port:libgnomeprintui \
21        port:evolution-data-server \
22        port:gnome-keyring \
23        port:gtksourceview \
24        port:libgtop \
25        port:bug-buddy \
26        port:libwnck \
27        port:metacity \
28        port:gnome-media \
29        port:totem-pl-parser \
30        port:librsvg
31# TODO  port:nautilus-cd-burner
32
33configure.args-append  --enable-metacity
34
35set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6
36
37configure.pre_args-delete  --prefix=${prefix}
38configure.pre_args-append  --prefix=${python_prefix}
39configure.args-append      --includedir=${python_prefix}/include/python2.6
40configure.pkg_config_path  ${python_prefix}/lib/pkgconfig
41
42configure.python    ${prefix}/bin/python2.6