ebfe57400c
What"s new in at-spi-1.26.0: * Translation update: ml, gl, ta, as, hi, bn_IN, te. What's new in at-spi-1.25.92: * Bugfixes: #570752, #570754, #572188. What's new in at-spi-1.25.5: * Bugfixes: #566999, #566998, #567706. What's new in at-spi-1.25.4: * Bugfixes: #563806, #563943, #564880. What's new in at-spi-1.25.2: * Bugfixes: #540183, #560563, #553306, #561408, #446574, #532907, #554953. * Translation update. What's new in at-spi-1.25.1: * Bugfixes: #552469, #547943, #525519, #527585.
37 lines
1 KiB
Makefile
37 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.49 2009/03/16 22:22:07 jmcneill Exp $
|
|
#
|
|
|
|
DISTNAME= at-spi-1.26.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.26/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Assistive Technology Service Provider Interface
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= PYTHON=true
|
|
|
|
PKGCONFIG_OVERRIDE+= cspi-1.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= libloginhelper-1.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= libspi-1.0.pc.in
|
|
|
|
GCONF_SCHEMAS= at-spi.schemas
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
BUILDLINK_API_DEPENDS.atk+= atk>=1.17.0
|
|
.include "../../devel/atk/buildlink3.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|