# -*- 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 59691 2009-10-20 04:12:42Z devans@macports.org $

PortSystem 1.0

name            telepathy-farsight
version         0.0.12
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     1605a4c411ca1d26c3e395d8c69ccf3f \
                sha1    9343a85e1aac4fb2ae59389a638b8f3860a3f3f2 \
                rmd160  887a84d7d9c08b9aa15fb616d567a278ec99239a

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

depends_lib     port:telepathy-glib \
                port:farsight2 \
                port:py25-gst-python

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

configure.args  --disable-python

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