# -*- 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 70759 2010-08-20 15:34:48Z devans@macports.org $

PortSystem 1.0

name            gconfmm
version         2.28.2
set branch      [join [lrange [split ${version} .] 0 1] .]

description     gconfmm provides C++ wrappers for gconf.

long_description \
                ${description}

maintainers     nomaintainer
categories      gnome
platforms       darwin
homepage        http://www.gtkmm.org/
master_sites    gnome:sources/${name}/${branch}/
use_bzip2       yes

checksums       md5     cca6d249ab766895e1a180b7a4775733 \
                sha1    5d3ab360bb182197226355bf4120553161df04b7 \
                rmd160  2b4a37791ceddc299df8a0c33a900d2daff915a3

depends_build   port:pkgconfig \
                path:bin/perl:perl5

depends_lib     port:glibmm \
                port:gconf

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