1 | # $Id: Portfile 35769 2008-04-05 14:09:37Z gui_dos@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gnome-python26-desktop |
---|
6 | version 2.28.0 |
---|
7 | distname gnome-python-desktop-${version} |
---|
8 | categories gnome python |
---|
9 | maintainers nomaintainer |
---|
10 | description Python modules for some GNOME Desktop libraries. |
---|
11 | long_description ${description} |
---|
12 | platforms darwin |
---|
13 | homepage http://www.pygtk.org/ |
---|
14 | master_sites gnome:sources/gnome-python-desktop/2.28 |
---|
15 | checksums md5 d97bb3d8e1adc00505be060fbc832f44 |
---|
16 | use_bzip2 yes |
---|
17 | depends_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 | |
---|
33 | configure.args-append --enable-metacity |
---|
34 | |
---|
35 | set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6 |
---|
36 | |
---|
37 | configure.pre_args-delete --prefix=${prefix} |
---|
38 | configure.pre_args-append --prefix=${python_prefix} |
---|
39 | configure.args-append --includedir=${python_prefix}/include/python2.6 |
---|
40 | configure.pkg_config_path ${python_prefix}/lib/pkgconfig |
---|
41 | |
---|
42 | configure.python ${prefix}/bin/python2.6 |
---|