pkgsrc/devel/libbonobo/Makefile
jmmv d3ecb54ce9 Update libbonobo to 2.2.0. Changes since 2.0.0:
libbonobo 2.2.0

	* Features
		+ large pretty new docs; lots of work
		    (Gustavo J.A.M. Carneiro)
	* Bugs fixed
		+ translation fix (Abel Cheung)
		+ portability fixes (James H.)
		+ build fixage (Julio Merino, Frederic Crozat)

libbonobo 2.1.0

	* Featurelets
		+ add async property set API (Michael)
		+ add QI C wrapper for convenience (Michael)
		+ make release_unref async - pending ORB fixes (Michael)

libbonobo 2.0.1

	* Bugs fixed
		+ leak fix (Kjartan Maraas)
		+ 64bit GType cleans (hhetter)
		+ init/shutdown count (Padraig O'Briain)
		+ -pthread LIBS fix (Michael)
		+ build clean fixes (Padraig O'Briain)
	* i18n
		+ pt_BR, lv Gustavo Noronha Silva, Peteris Krisjanis
		+ el, cs Simos Xenitellis, Stanislav Brabec
2003-01-25 22:27:10 +00:00

24 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.10 2003/01/25 22:27:10 jmmv Exp $
DISTNAME= libbonobo-2.2.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.2/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@netbsd.org
HOMEPAGE= http://developer.gnome.org/
COMMENT= GNOME2 Object activation framework library
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_GMAKE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFIGURE_ARGS= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
.include "../../devel/bonobo-activation/buildlink2.mk"
.include "../../devel/glib2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"