651f31ec49
libbonobo 2.16.0 * API DOC fixes (Alex, Gustavo) * Don't check for xrdb or dladdr when we don't use them (Kjartan) * Updated and new translations libbonobo 2.15.3 * Fix ghtread configure test when building uninstalled (Brian Cameron) * Various bonobo-activation login fixes (Michael) * Various cleanups of exception handling (Gustavo) * Fixes for panel sometimes hanging on login (Alex) libbonobo 2.15.2 * Warning and build fixes. (Marcus Meissner, Kjartan) * Revert a change that caused segfaults during make check (Kjartan) * New and updated translations libbonobo 2.15.1 * Fix Coverity reports for leaks, accessing uninitialized memory and null pointer derefs (Michael, Kjartan) libbonobo 2.15.0 * Add new MIME api to make gnome-vfs not have a hard dependency on libbonobo (Alex) * Fix some leaks (Kjartan) * Win32 portability fixes (Tor) * po/LINGUAS porting (Przemysław Grzegorczyk) * Port to GOption from popt (Michael Terry) * Build fixes and cleanups (Michael Meeks, Kjartan)
41 lines
1.3 KiB
Makefile
41 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.50 2006/09/15 15:06:56 jmmv Exp $
|
|
|
|
DISTNAME= libbonobo-2.16.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.16/}
|
|
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_PKGLOCALEDIR= YES
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= bison gmake intltool msgfmt perl:run pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
CONFIGURE_ENV+= PERL_PATH=${TOOLS_PERL5:Q}
|
|
|
|
PKG_SYSCONFSUBDIR= bonobo-activation
|
|
EGDIR= ${PREFIX}/share/examples/bonobo-activation
|
|
CONF_FILES= ${EGDIR}/bonobo-activation-config.xml \
|
|
${PKG_SYSCONFDIR}/bonobo-activation-config.xml
|
|
|
|
PRINT_PLIST_AWK+= /^@dirrm lib\/(bonobo|bonobo\/monikers)$$/ \
|
|
{ print "@unexec $${RMDIR} %D/" $$2 \
|
|
" 2>/dev/null || $${TRUE}"; next; }
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|