a387d87bc5
libbonobo 2.18.0 * Code cleanups (Kjartan) * Build fix (Loïc Minier) * Updated translations: - Albanian (Laurent Dhima) - Bengali Indian (Runa Bhattacharjee) - Brazilian Portugese (Leonardo Ferreira Fontenelle) - Dutch (Timo Meinen) - Dzongkha (Pema Geyleg) - Finnish (Illka Tuohela) - Greek (Simos Xenitellis) - Gujarati (Ankit Patel) - Hungarian (Gabor Kelemen) - Lithuanian (Gintautas Miliauskas) - Macedonian (Jovan Naumovski) - Polish (The GNOME PL team) - Romanian (Mişu Moldovan) - Russian (Leonid Kanter) - Serbian (Goran Rakić) - Tamil (I Felix) - Traditional Chinese (Chao-Hsiung Liao) libbonobo 2.17.92 * Further reduce relocations (Christian) * Compiler warning fixes (Matthew Barnes) * Updated translations: - Illka Tuohela (fi) - Gabor Kelemen (hu) - GNOME PL Team (pl) - Leonardo Ferreira Fontenelle (pt_BR) libbonobo 2.17.91 * Build fixes (Gustavo, Kjartan) * Compiler warning fixes (Kjartan) * Factor out some more popt references (Christian) libbonobo 2.17.90 * Fix leaks (Chris Heath) * Code cleanups (Kjartan, Gustavo) * Fixes for unit testing (Gustavo) * Remove unneeded checks before g_strdup/g_free (Kjartan) * Fixes to reduce relocation (Christian) * Win32 fixes (Tor) * String fixes (Christian, Ernani Azevedo, Gustavo, David Lodge) * API-docs fixes (Matthew Barnes) * Depend on the right version of ORBit2 (Mark Johnson)
43 lines
1.3 KiB
Makefile
43 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.52 2007/04/09 00:46:11 wiz Exp $
|
|
|
|
DISTNAME= libbonobo-2.18.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.18/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://developer.gnome.org/
|
|
COMMENT= GNOME2 Object activation framework library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|