# -*- 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 85503 2011-10-14 03:37:21Z devans@macports.org $

PortSystem          1.0

name                gdl
version             2.30.1
revision            1
license             LGPL
set branch          [join [lrange [split ${version} .] 0 1] .]
categories          gnome devel
maintainers         devans openmaintainer
description         GNOME development library.
long_description \
   This package contains components and libraries that are intended to be \
   shared between GNOME development tools, including gnome-debug, \
   gnome-build, and anjuta2.

platforms           darwin

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

checksums           md5     4af16be490b47ce4e828a2fb93633856 \
                    sha1    c3b3e288fb84ddd9b81d8cae41699ec0828f689f \
                    rmd160  56cdb623c627504bceaffba91d338cae5bbe2955

depends_build       port:pkgconfig \
                    port:intltool \
                    port:gtk-doc

depends_lib         port:gtk2 \
                    port:libxml2

patchfiles          returns.patch

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

