# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 85736 2011-10-16 04:23:42Z dports@macports.org $

PortSystem 1.0

name		gnome-speech
version		0.4.25
set branch      [join [lrange [split ${version} .] 0 1] .]
description	The GNOME speech API.
long_description	This is GNOME Speech. It's purpose is to \
			provide a simple general API for producing \
			text-to-speech output.
maintainers	nomaintainer
categories	gnome
license		LGPL-2+
platforms	darwin
homepage	http://www.gnome.org/
master_sites    gnome:sources/${name}/${branch}/

checksums       md5     89cbc23fc131c33396c0346085759f63 \
                sha1    c229af1583c522212e067990eafaf6a58df42966 \
                rmd160  305f0e820ce77039776a1c3d3fa259d4f628b88e

depends_build   port:pkgconfig
depends_lib     port:libbonobo

use_bzip2 	yes

livecheck.type  regex
livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
