# -*- 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: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name            telepathy-haze
version         0.3.2
description     The ${name} component of Telepathy - a Flexible Communications Framework
long_description \
                The ${name} component of Telepathy - a Flexible Communications Framework. \
                The Telepathy project is building a unified framework for many \
                different kinds of real-time communications. It uses the D-Bus \
                messaging system to provide a simple interface for client applications, \
                allowing them to quickly take advantage of Telepathy's benefits.
maintainers     devans openmaintainer
categories      comms
platforms       darwin
homepage        http://telepathy.freedesktop.org/wiki/
master_sites    http://telepathy.freedesktop.org/releases/${name}/

checksums       md5     cc588adca205c61403405622f17510b1 \
                sha1    ced2905ba43152d634e05efd3c3725bf4c020ec2 \
                rmd160  e7b1713680517992b5e060f553c4d939775bc1e7

depends_build   port:pkgconfig \
                port:gtk-doc

depends_lib     port:dbus-glib \
                port:telepathy-glib \
                port:pidgin

configure.python ${prefix}/bin/python2.5

configure.args  --disable-shave

livecheck.type  regex
livecheck.url   ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
