# -*- 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 108111 2013-07-13 07:39:19Z devans@macports.org $

PortSystem      1.0

name            libchamplain
#
# this version is the latest that will build with empathy 2.34.0
#
version         0.8.3
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       rmd160  e5670e2698e0951f60a4168bbc9b2e788461e2a7 \
                sha256  70d533be213a1586d6725d82afb128d1e57ccc262681dfda193af60507ad42e3

depends_build   port:pkgconfig

depends_lib     port:gtk2 \
                port:clutter \
                port:clutter-gtk \
                port:gobject-introspection \
                port:libsoup \
                port:vala

configure.args  --enable-introspection=yes \
                --disable-memphis

livecheck.type  gnome
