# -*- 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 83954 2011-09-13 17:24:56Z devans@macports.org $

PortSystem 1.0

name            telepathy-haze
version         0.5.0
license         GPL-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       sha1    dde088aa48a72056e6f264d304dda85419bbf8a6 \
                rmd160  04c112eb246e8b14ed006e63fec454d30b635f00

depends_build   port:pkgconfig \
                port:gtk-doc \
                port:python26

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

#
# pidgin is not universal
#
universal_variant no

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

configure.args  --disable-silent-rules

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