Commits
Lawrence Velázquez authored 36004432d8b
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-off set: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | # $Id$ |
3 3 | |
4 4 | PortSystem 1.0 |
5 5 | |
6 6 | name gajim |
7 7 | version 0.14.1 |
8 - | revision 1 |
8 + | revision 2 |
9 9 | set branch [join [lrange [split ${version} .] 0 1] .] |
10 10 | homepage http://www.gajim.org/ |
11 11 | categories net chat x11 |
12 12 | license GPL-3 |
13 13 | |
14 14 | description A full featured and easy to use Jabber client. |
15 15 | long_description The goal of Gajim is to provide a full featured and \ |
16 16 | easy to use Jabber client. Gajim works nicely with \ |
17 17 | GNOME, but does not require it to run. |
18 18 | |
47 47 | set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6 |
48 48 | configure.pkg_config_path ${python_prefix}/lib/pkgconfig |
49 49 | |
50 50 | configure.args --disable-trayicon \ |
51 51 | --enable-idle \ |
52 52 | --disable-gtkspell \ |
53 53 | --disable-remote \ |
54 54 | --enable-nls |
55 55 | |
56 56 | variant gnome description {Add GNOME support} { |
57 - | depends_lib-append port:gnome-python-desktop |
57 + | depends_lib-append port:gnome-desktop |
58 58 | } |
59 59 | |
60 60 | variant zeroconf description {Add zeroconf (Bonjour) support} { |
61 61 | depends_lib-append port:dbus-glib \ |
62 62 | port:avahi |
63 63 | } |
64 64 | |
65 65 | variant trayicon description {Add trayicon support} { |
66 66 | configure.args-delete --disable-trayicon |
67 67 | configure.args-append --enable-trayicon |