59aebb8f75
Bug fixes: 551474 - add LINGUAS file to pass make dist 535704 - Add guards to prevent including individual files 526752 - Deprecated symbols should be marked with macro ATK_DISABLE_DEPRECATED Also translation updates.
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.65 2008/10/06 16:54:10 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= atk-1.24.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.24/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://developer.gnome.org/projects/gap/
|
|
COMMENT= Set of interfaces for accessibility
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake pkg-config msgfmt
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES+= c99
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE= atk.pc.in
|
|
|
|
# Avoid an ICE in gcc2 on sparc64
|
|
CONFIGURE_ENV+= F77=${FALSE:Q}
|
|
|
|
# glib-mkenums overflows a 2048kb stack on atkobject.h
|
|
UNLIMIT_RESOURCES= stacksize
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.5.7
|
|
|
|
SUBST_CLASSES+= loc
|
|
SUBST_STAGE.loc= pre-configure
|
|
SUBST_MESSAGE.loc= Fixing invalid use of AM_GLIB_DEFINE_LOCALEDIR.
|
|
SUBST_FILES.loc= configure
|
|
SUBST_SED.loc= -e 's,^\(\#define ATK_LOCALEDIR\).*,\1 "${PREFIX}/${PKGLOCALEDIR}/locale",'
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|