# -*- 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 77753 2011-04-11 17:46:57Z devans@macports.org $

PortSystem 1.0

name            pangomm
version         2.28.2
set branch      [join [lrange [split ${version} .] 0 1] .]
description     C++ interface to Pango.
long_description    pangomm is the official \
                C++ interface for the Pango text layout library.
maintainers     devans openmaintainer
categories      x11 devel
platforms       darwin
homepage        http://www.gtkmm.org/
master_sites    gnome:sources/${name}/${branch}/
use_bzip2       yes

checksums       md5     005a474863495d3c6267429a80da6cf2 \
                sha1    31bcbb0c8773fdde6f4ea9b4a79fdf7159f94520 \
                rmd160  2f0ddb8e303252bb94351e1403def6c2ff25d536

depends_lib     path:lib/pkgconfig/pango.pc:pango \
                path:lib/pkgconfig/cairomm-1.0.pc:cairomm \
                port:glibmm \
                port:libsigcxx2

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