pkgsrc/devel/libbonoboui/Makefile
jmmv 14b7bb2828 Updated libbonoboui to 2.0.3.3. Changes since 2.0.3.2:
- bonobo/bonobo-file-selector-util.c
  (create_bonobo_selector): fix acute brokenness.
- bonobo/bonobo-ui-component.c (ui_event),
  (impl_Bonobo_UIComponent_execVerb): 64bit safe va-list termination.
- tests/test-ui.c (cb_do_popup): don't destroy popup immediately after popup.
- bonobo/bonobo-ui-component.c
  (bonobo_ui_component_set_translate): don't segv later if we have a NULL /
  bogus xml string coming in.
- Added am and be translations.
- samples/controls/Makefile.am,
  samples/compound-doc/bonobo-hello/Makefile.am: Fix $(prefix)/lib -> $(libdir).
- bonobo/bonobo-ui-init-gtk.c: Change POPT_ARG_STRING to POPT_ARG_INT for the
  screen argument
- configure.in: require libxml - fixes breakage from removing it from
  bonobo-activation's pkg-config requirements.
2003-01-04 11:08:08 +00:00

33 lines
963 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/01/04 11:08:08 jmmv Exp $
#
DISTNAME= libbonoboui-2.0.3.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME2 Object activation framework library (graphical version)
BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_GMAKE= yes
USE_X11= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/GConf2/buildlink2.mk"
.include "../../devel/libbonobo/buildlink2.mk"
.include "../../devel/libglade2/buildlink2.mk"
.include "../../devel/libgnome/buildlink2.mk"
.include "../../graphics/libart2/buildlink2.mk"
.include "../../graphics/libgnomecanvas/buildlink2.mk"
.include "../../sysutils/gnome-vfs2/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"