pkgsrc/devel/GConf/Makefile
drochner ec2b185968 update to 2.28.0
This switches to the gnome-2.28 release branch.

pkgsrc note: disabled the "defaults" service, this wants a version
of "policykit" newer than the pkgsrc one
(looks dispensable, could also be made an addon pkg)
2009-10-21 15:48:50 +00:00

33 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.70 2009/10/21 15:48:50 drochner Exp $
#
.include "../../devel/GConf/Makefile.common"
CONFIGURE_ARGS+= --disable-gtk
CONFIGURE_ARGS+= ac_cv_header_ldap_h=no
CONFIGURE_ARGS+= --disable-defaults-service
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
# 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 "../../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"