# -*- 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 118904 2014-04-14 00:22:11Z devans@macports.org $

PortSystem      1.0

name            libchamplain
version         0.12.7
revision        2
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        https://wiki.gnome.org/Projects/libchamplain
master_sites    gnome:sources/${name}/${branch}/

use_xz          yes

checksums       rmd160  b772843422fc2ae1c0fbf609b3e1f1c18a8558a8 \
                sha256  b607fa7e32dd67e5d9541d620abb212a85d076d1def0252c0112a362bddeac5e

depends_build   port:pkgconfig

depends_lib     port:gtk3 \
                port:clutter \
                port:clutter-gtk \
                port:gobject-introspection \
                port:libsoup \
                port:sqlite3 \
                port:vala

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

livecheck.type  gnome
