# -*- 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$

PortSystem          1.0
PortGroup           gobject_introspection 1.0

name                libgee
version             0.18.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            https://wiki.gnome.org/Projects/Libgee
master_sites        gnome:sources/${name}/${branch}

use_xz              yes

checksums           rmd160  aab2990e2c0c376ab2da142fa1332887b0dab70d \
                    sha256  99686bbe5a9c89ba9502c25f61314ee8efa0dd2a1159c9a639afc1458c2839a2

depends_build       port:pkgconfig \
                    port:vala

gobject_introspection yes

configure.args      --disable-silent-rules

test.run            yes
test.cmd            ./tests/tests
test.target

livecheck.type      gnome