# -*- 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 59946 2009-10-27 22:49:17Z ryandesign@macports.org $

PortSystem 1.0

name		gtkmm
version		2.18.2
set branch      [join [lrange [split ${version} .] 0 1] .]
description	C++ interface to GTK+.
long_description        gtkmm (previously known as Gtk--) is the official \
			C++ interface for the popular GUI library GTK+.
maintainers	devans openmaintainer
categories	x11 devel
platforms	darwin
homepage	http://www.gtkmm.org/
master_sites    gnome:sources/${name}/${branch}/
use_bzip2	yes
checksums       md5     3e43e9eef1da8988a76a2815d6b31c91 \
                sha1    ed58c6d8d0be82fc326cd67a8c2cf1762c30245e \
                rmd160  775b15bebd884a9dec084d7e4faa8510c013a6f7
depends_lib	port:gtk2 \
                port:glibmm \
                path:lib/pkgconfig/cairomm-1.0.pc:cairomm \
                port:pangomm

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