# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 77840 2011-04-14 18:27:05Z devans@macports.org $

PortSystem 1.0

name            libchamplain
version         0.4.7
revision        1
license         LGPL-2.1+
set branch      [join [lrange [split ${version} .] 0 1] .]
description     A Clutter based widget to display rich, interactive maps.
long_description \
                ${description}
maintainers     devans openmaintainer
categories      gnome
platforms       darwin
homepage        http://projects.gnome.org/${name}/
master_sites    gnome:sources/${name}/${branch}/
use_bzip2       yes

checksums       md5     fa2352bb9f6433f9f3aaa012e1bafc54 \
                sha1    ba91c449b0a69ec9a3da3c7b29f2bca375fbfec6 \
                rmd160  240041797047e50f013c59a5e00f30be5eac3a74

depends_build   port:pkgconfig

depends_lib     port:clutter-gtk \
                port:libsoup

configure.args  --disable-introspection

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