# -*- 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 50324 2009-04-29 05:07:21Z devans@macports.org $

PortSystem 1.0
PortGroup  muniversal 1.0

name		atk
version		1.26.0
revision    1
set branch  [join [lrange [split ${version} .] 0 1] .]
categories	devel
maintainers	nomaintainer
description	GNOME accessibility toolkit
homepage	http://projects.gnome.org/accessibility/
platforms	darwin

long_description ATK is the GNOME Accessibility ToolKit

master_sites	gnome:sources/${name}/${branch}/

checksums       md5     719229408019c548855673840679f156 \
                sha1    c31ae32fc7304430cdd45e7e85c7fda788e39471 \
                rmd160  179a3a2dfb2c2e1e0a0bb0e25c43f7f26e9d3e1d

use_bzip2	yes

depends_build   port:pkgconfig \
                port:gtk-doc

depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                port:gettext \
                port:libiconv

configure.args  --enable-static

use_parallel_build  yes

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