pkgsrc/devel/atk/Makefile
prlw1 ac4adcc309 Update to 2.6.0
* Bug 635332: Include C header information in GIR
* Added atk_relation_set_contains_target to atk.symbols
* Bug 672869: Required a method to check if a relationset contains a
    relation taking into account relationship and target
* Added extra doc on atk_remove_[key/global]_event_listener
* Fixed compilation with some gcc versions/combination of options
* Provide a default implementation for
    atk_util_[add/remove]_global_event_listner
* Bug 478587: "accessible-role" - invalid default value
* Updated translations: Japanese, Brazilian Portuguese, Polish, Galician,
    Latvian, Catalan, Catalan (Valencian), Greek, Norwegian, Spanish
2012-10-08 20:19:31 +00:00

31 lines
881 B
Makefile

# $NetBSD: Makefile,v 1.86 2012/10/08 20:19:31 prlw1 Exp $
DISTNAME= atk-2.6.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/2.6/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://developer.gnome.org/atk/
COMMENT= Set of interfaces for accessibility
LICENSE= gnu-lgpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake pkg-config msgfmt
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c99
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= atk.pc.in
# glib-mkenums overflows a 2048kb stack on atkobject.h
UNLIMIT_RESOURCES= stacksize
.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.31.2
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_DEPMETHOD.gobject-introspection:= build
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"