# -*- 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 54010 2009-07-18 18:09:30Z devans@macports.org $

PortSystem 1.0

name            glibmm
version         2.20.1
set branch      [join [lrange [split ${version} .] 0 1] .]
description     C++ interface to glib
long_description \
                ${description}
maintainers     devans openmaintainer
categories      devel x11
platforms       darwin
homepage        http://www.gtkmm.org/
master_sites    gnome:sources/${name}/${branch}/
use_bzip2       yes

checksums       md5     6d5e3cf93543754881cd80df796ca358 \
                sha1    61bef268eecc7ca98946213c0147ebf25b7428e2 \
                rmd160  d7d851d0f1391240b61f6c0dbdddbdc8dc0c5b6c

depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                port:libsigcxx2

livecheck.check regex
livecheck.url   http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/
livecheck.regex {LATEST-IS-([0-9\.]+)}
