38ca63a5bd
2.26.2 ====== Fixes - Avoid assertion failures in gconf_client_lookup callers (Matthias Clasen) 2.26.1 ====== Fixes - Tracing improvements (Behdad Esfahbod) - Track fully-cached directories in the client (Matthias Clasen) - Improve performance of the markup backend (Michael Meeks) - Make openldap support optional (Gilles Dartiguelongue) - Fix errno usage (Christian Persch) Translation updates (ar, et, kn, or)
39 lines
1.4 KiB
Makefile
39 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.67 2009/05/18 08:26:24 wiz Exp $
|
|
#
|
|
|
|
.include "../../devel/GConf/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk
|
|
CONFIGURE_ARGS+= ac_cv_header_ldap_h=no
|
|
|
|
CONFLICTS+= GConf2-[0-9]*
|
|
|
|
OWN_DIRS= ${PKG_SYSCONFDIR}/2
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.defaults
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.mandatory
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.system
|
|
|
|
EGDIR= ${PREFIX}/share/examples/GConf
|
|
CONF_FILES= ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path
|
|
CONF_FILES+= ${EGDIR}/org.gnome.GConf.Defaults.conf \
|
|
${PKG_SYSCONFBASEDIR}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
|
|
|
|
PRINT_PLIST_AWK+= /^@dirrm (include\/gconf|lib\/GConf|share\/gconf)$$/ \
|
|
{ print "@unexec $${RMDIR} -p %D/" $$2 \
|
|
" 2>/dev/null || $${TRUE}"; next}
|
|
|
|
# XXX: We need to use XML_CATALOGS here to register the installed DTD.
|
|
# But we have to wait until a public identifier is choosen for it.
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/gconf/schemas
|
|
|
|
BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.74
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
.include "../../security/policykit/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/xmlcatmgr/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|