pkgsrc/devel/GConf2-ui/Makefile
2004-12-03 15:14:50 +00:00

21 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.18 2004/12/03 15:14:53 wiz Exp $
#
.include "../../devel/GConf2/Makefile.common"
PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/}
BUILDLINK_DEPENDS.GConf2+= GConf2>=2.8.1
CONFIGURE_ARGS+= --enable-gtk
BUILD_DIRS= ${WRKSRC}/gconf
BUILD_TARGET= gconfmarshal.h gconfmarshal.c 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"