# -*- 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

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        https://www.gnome.org/
master_sites    gnome:sources/${name}/${branch}/

use_bzip2       yes

checksums       md5     89cbc23fc131c33396c0346085759f63 \
                sha1    c229af1583c522212e067990eafaf6a58df42966 \
                rmd160  305f0e820ce77039776a1c3d3fa259d4f628b88e

depends_build   port:pkgconfig
depends_lib     port:libbonobo

livecheck.type  gnome
