diff options
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r-- | devel/dconf/Makefile | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 0a324205240d..a56960b1eb41 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -1,10 +1,8 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/devel/dconf/Makefile 20031 2014-11-02 21:47:55Z kwm $ -PORTNAME?= dconf -PORTVERSION= 0.22.0 -PORTREVISION?= 1 +PORTNAME= dconf +PORTVERSION= 0.24.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} @@ -18,23 +16,12 @@ BUILD_DEPENDS= vala>=0.18.1:${PORTSDIR}/lang/vala \ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus USES= gettext gmake pathfix pkgconfig tar:xz -USE_GNOME= glib20 intltool +USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -DCONF_SLAVE?= no - -.if ${DCONF_SLAVE} == editor -USE_GNOME+= gtk30 -INSTALLS_ICONS= yes -GLIB_SCHEMAS= ca.desrt.dconf-editor.gschema.xml -LIB_DEPENDS+= libdconf.so:${PORTSDIR}/devel/dconf -.else -CONFIGURE_ARGS+=--disable-editor -.endif - post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/engine/dconf-engine.c \ @@ -42,21 +29,14 @@ post-patch: ${WRKSRC}/engine/dconf-engine-source-system.c \ ${WRKSRC}/bin/dconf-update.c \ ${WRKSRC}/tests/engine.c - @${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g' \ - ${WRKSRC}/editor/dconf-model.c - @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \ - ${WRKSRC}/editor/dconf-model.vala @${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \ ${WRKSRC}/bin/Makefile.in \ - ${WRKSRC}/client/Makefile.in \ - ${WRKSRC}/editor/Makefile.in + ${WRKSRC}/client/Makefile.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/docs/Makefile.in -.if ${DCONF_SLAVE} == no post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/db @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/profile -.endif .include <bsd.port.mk> |