pkgsrc/devel/GConf2-ui/Makefile
jmmv a7242b349f Update to 2.6.0. Summary of changes unavailable since the previous stable
version (just the ChangeLog, but it's usually meaningless). AFAICT, this
comes with a new XML backend, aside bug fixes.
2004-04-01 18:17:29 +00:00

19 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.13 2004/04/01 18:17:29 jmmv Exp $
#
.include "../../devel/GConf2/Makefile.common"
PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/}
CONFIGURE_ENV+= PKG_USE_GTK=yes
BUILD_DIRS= ${WRKSRC}/gconf
ALL_TARGET= GConfX.h gconf-sanity-check-2
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"