pkgsrc/devel/libbonobo/Makefile
jmmv cdbdee60fa Update to 2.6.0. Changes from the previous stable version include (the
list may be incomplete):

libbonobo 2.5.4
	+ bugs fixed
		+ application init (Gustavo)
		+ program arg translation (Anders, Hidetoshi)
	+ featurelets
		+ *Application* documentation (Gustavo)
		+ better activation debugging (Rodrigo, Michael)

libbonobo 2.5.3
	+ bugs fixed
		+ regression tests problems (Gustavo)
		+ AIX portability (Albert Chin-A-Young)
	+ featurelets
		+ improve b-a-s debug code (Michael)
		+ use syslog for run-time spew (Michael Terry)

libbonobo 2.5.2
	+ bugs fixed
		+ _active query cache fix (Michael)
		+ property bag logic bug fix (Dave Jones)
		+ backwards compat dameon fix (Michael, Crispin Flowerday)
		+ object directory fixes (Gustavo)
		+ l10n docs fix (Martin Kretzschmar)
		+ BonoboApplication fixes (Gustavo)
		+ use environ not _environ for Solaris (Michael)
	+ featurelets (Gustavo)
		+ b-a-s tracks dead clients
		+ updated tests
2004-04-01 18:18:00 +00:00

39 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.26 2004/04/01 18:18:00 jmmv Exp $
DISTNAME= libbonobo-2.6.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.6/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://developer.gnome.org/
COMMENT= GNOME2 Object activation framework library
CONFLICTS= bonobo-activation-[0-9]*
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_GNU_TOOLS+= make yacc
PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in
PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
PKG_SYSCONFSUBDIR= bonobo-activation
EGDIR= ${PREFIX}/share/examples/bonobo-activation
CONF_FILES= ${EGDIR}/bonobo-activation-config.xml \
${PKG_SYSCONFDIR}/bonobo-activation-config.xml
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"