# -*- 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 85144 2011-10-10 12:43:46Z devans@macports.org $

PortSystem          1.0

name                libgee
version             0.6.2.1
license             LGPL-2.1
set branch          [join [lrange [split ${version} .] 0 1] .]
categories          devel
maintainers         nomaintainer
description         Collection library providing GObject-based interfaces

long_description    Libgee is a collection library providing GObject-based interfaces and \
                    classes for commonly used data structures.

platforms           darwin

homepage            http://live.gnome.org/Libgee
master_sites        gnome:sources/${name}/${branch}
use_bzip2           yes

checksums           sha1    6278dd2937555e17de8f534fe156fced0ce16643 \
                    rmd160  c56d892ef637751de2e739095c6b8f8ba6892b57

depends_build       port:pkgconfig \
                    port:vala

depends_lib         port:gobject-introspection

configure.args      --enable-introspection=yes

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