e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
34 lines
947 B
Makefile
34 lines
947 B
Makefile
# $NetBSD: Makefile,v 1.17 2003/06/02 01:20:58 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= atk-1.2.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.2/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.2/ \
|
|
${MASTER_SITE_GNOME:=sources/atk/1.2/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://developer.gnome.org/projects/gap/
|
|
COMMENT= Set of interfaces for accessibility
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE= ${WRKSRC}/atk.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
CONFIGURE_ARGS+= --with-html-dir="${LOCALBASE}/share/doc/html"
|
|
|
|
# glib-mkenums overflows a 2048kb stack on atkobject.h
|
|
UNLIMIT_RESOURCES= stacksize
|
|
|
|
.include "../../devel/glib2/buildlink2.mk"
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
.include "../../converters/libiconv/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|