pkgsrc/devel/gail/Makefile
jmmv e96c0f988f Update to 1.8.1:
* Correct reporting of visibility of items on GnomeCanvas. (bug #156143)
* Do not activate menu item when selectinit it. (bug #156164)
* Set cells as selectable. (bug 153638)
* Fix error when tab ir removed from GtkNotebook. (bug #159206)
* Fix crasher when GtkTreeView is changed immediately after row is expanded.
  (bug #132551)
* Add translation: Galician [Jesus Bravo Alvarez]
* Updated translations: Canadian English [Adam Weinberger], Persian [Meelad
  Zakaria]
2004-12-28 21:43:44 +00:00

31 lines
869 B
Makefile

# $NetBSD: Makefile,v 1.27 2004/12/28 21:43:44 jmmv Exp $
#
DISTNAME= gail-1.8.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gail/1.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://developer.gnome.org/projects/gap/
COMMENT= GNOME Accessibility Implementation Library
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_X11= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE= gail.pc.in
PKGCONFIG_OVERRIDE+= gail-uninstalled.pc.in
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
.include "../../devel/atk/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"