4a08dc6ced
* Translation updates: * Priit Laes (et) * Misu Moldovan (ro) libbonobo 2.13.93 * Always pass program arguments to bonobo_activation_init (Michael) * Fixed re-enterancy problems on slow machines (Michael) * Translation updates: * Rhys Jones (cy) * Hendrik Brandt (de) * Kostas Papadimas (el) * Inaki Larranaga (eu) * Gabor Kelemen (hu) * Luca Ferretti (it) * Changwoo Ryu (ko) * Žygimantas Beručka (lt) * Artur Flinta (pl) * Duarte Loreto (pt) * Raphael Higino (pt_BR) * Leonid Kanter (ru) * Slobodan D, Sredojevic (sr, sr@Latn) * Maxim Dziumanenko (uk) * Funda Wang (zh_CN) libbonobo 2.13.1 * Fix corruption issue that was causing hangs on login (Michael) * Fix GOption argument parsing typo (Christian Perch) * Unregister run-time defined ServerInfos on program exit (Gustavo) libbonobo 2.13.0 * Rework the end-user installation location independence code for Win32 (Tor Lillqvist) * Don't use deprecated functions (Kjartan) * Fix build on solaris 10 with sun studio 10 compiler [#315145] * Add support for GOption argument parsing in libgnome (Pawel Sliwowski, chpe) [#307312] * Merge cleanups from stable (Kjartan) * Translation updates: * Mahay Alam Khan (bn) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Christophe Merlet (RedFox) (fr) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Gabor Kelemen (hu) * Mohammad DAMT (id) * Alessio Frusciante (it) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Erdal Ronahi (ku) * Huib Kleinhout (nl) * Leonid Kanter (ru) * Marcel Telka (sk) * Christian Rose (sv) * Baris Cicek (tr) * Clytie Siddall (vi)
41 lines
1.3 KiB
Makefile
41 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.47 2006/03/30 21:06:41 jmmv Exp $
|
|
|
|
DISTNAME= libbonobo-2.14.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.14/}
|
|
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 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_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
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; }
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|