# -*- 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 77782 2011-04-12 16:26:37Z devans@macports.org $

PortSystem          1.0

name                libgee
version             0.6.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           md5     9cf60f41f3aa10ac7f1f7e1d094e05a1 \
                    sha1    bc3d2b3f713558fc332d9cc0ca7da973c9bb92d7 \
                    rmd160  0b0b39f103f8e0f189aa96c19584964e3096a32a

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+)*)}

