pkgsrc/devel/GConf2-ui/Makefile
wiz 5475dd99f0 Update to 2.12.1:
2.12.1
======

 Fixes
  - Code cleanups (Kjartan Maraas)
  - Open GModules with G_MODULE_BIND_LAZY (Kjartan Maraas)
  - Fix change notification with multiple sources (Alexander Larsson)
  - Allow space in config source names on windows (Tor Lillqvist)
  - Read xml files in larger chunks (Mark McLoughlin)
  - Simplify the handling of --enable-schemas-install (Stepan Kasal)
  - Win32 Fixes (Tor Lillqvist)

 Lots of translation updates.
2005-12-31 00:06:30 +00:00

23 lines
566 B
Makefile

# $NetBSD: Makefile,v 1.22 2005/12/31 00:06:30 wiz Exp $
#
.include "../../devel/GConf2/Makefile.common"
PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/}
BUILDLINK_DEPENDS.GConf2+= GConf2>=2.12.1
CONFIGURE_ARGS+= --enable-gtk
BUILD_DIRS= ${WRKSRC}/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 \
${PREFIX}/libexec
.include "../../devel/GConf2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"