# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name empathy version 2.26.2 set branch [join [lrange [split ${version} .] 0 1] .] description Empathy is an instant-messaging(chat) program for GNOME long_description \ Empathy is an instant-messaging(chat) program which supports text, \ voice, video, file transfers, and inter-application communication (tubes) \ over many different protocols(AIM, MSN, Google/Jabber, Facebook, SIP, Yahoo, etc). maintainers devans openmaintainer categories gnome platforms darwin homepage http://live.gnome.org/Empathy master_sites gnome:sources/${name}/${branch}/ checksums md5 7d42b4c54373c3706a3da301cd616329 \ sha1 d2eb4de3d3efd7728dc28eb16dfe60c64141be70 \ rmd160 58d995c9e616aa5d429dde9fad5861d66a33521f depends_build port:pkgconfig \ port:intltool \ port:p5-xml-parser \ port:gnome-doc-utils \ port:gtk-doc depends_lib port:gconf \ port:libglade2 \ port:gnome-panel \ port:telepathy-glib \ port:telepathy-mission-control \ port:telepathy-haze \ port:telepathy-farsight \ port:enchant \ port:iso-codes \ port:libnotify \ port:evolution-data-server \ port:libcanberra \ port:gst-plugins-good \ port:gst-plugins-bad \ port:py25-gtk \ port:xorg-libX11 use_bzip2 yes configure.args --mandir=${prefix}/share/man \ --x-includes=${prefix}/include \ --x-libraries=${prefix}/lib \ --disable-scrollkeeper \ --disable-schemas-install \ --with-compile-warnings=yes configure.python ${prefix}/bin/python2.5 post-activate { system "scrollkeeper-update" system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas" } livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}