pkgsrc/devel/GConf-ui/Makefile
wiz d0c5729de3 Update to 2.26.2, add policykit dependency.
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)
2009-05-18 08:26:49 +00:00

24 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/05/18 08:26:49 wiz Exp $
#
.include "../../devel/GConf/Makefile.common"
PKGNAME= ${DISTNAME:S/GConf/GConf-ui/}
BUILDLINK_API_DEPENDS.GConf+= GConf>=${GCONF_VERSION}
CONFIGURE_ARGS+= --enable-gtk
BUILD_DIRS= gconf
BUILD_TARGET= gconfmarshal.h gconfmarshal.c GConfX.h gconf-sanity-check-2
INSTALLATION_DIRS= libexec
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \
${DESTDIR}${PREFIX}/libexec
.include "../../devel/GConf/buildlink3.mk"
.include "../../security/policykit/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"