# -*- 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 50218 2009-04-27 22:29:05Z devans@macports.org $

PortSystem 1.0

name            pangomm
version         2.24.0
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     fa0f44c37499433455857becad4bbcda \
                sha1    bd14185ead820f4865608c6b0a641a9b6fd2a8b1 \
                rmd160  f9f5c8d22c098ab95ca0ca61a6d25e0609bb0356

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

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