# -*- 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 51227 2009-05-21 09:22:14Z devans@macports.org $

PortSystem 1.0

name		gnome-vfsmm
version		2.26.0
set branch      [join [lrange [split ${version} .] 0 1] .]
description	gnome-vfsmm provides C++ wrappers for gnome-vfs.
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     d27d34b6a8722c557366729071c1baab \
                sha1    a8a8093c3b99b3391981b5ff063ba32f91af4479 \
                rmd160  3181c6671c0af2e31c9a06a969e1754cae3167ca

depends_lib	port:glibmm \
                port:gnome-vfs

configure.cflags-append -no-cpp-precomp
configure.cflags-append -flat_namespace
configure.cflags-append "-undefined suppress"

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