diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 80ec97c759ca..3f08263ede34 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -1,42 +1,45 @@ PORTNAME= gconf2 PORTVERSION= 3.2.6 PORTREVISION= 11 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= GConf-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= desktop@FreeBSD.org COMMENT= Configuration database system for GNOME WWW= https://www.gnome.org/projects/gconf/ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:xz +USES= cpe tar:xz + +CPE_PRODUCT= gconf +CPE_VENDOR= gnome LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib USES+= gettext gmake gnome libtool pathfix pkgconfig python:run \ shebangfix localbase USE_GNOME= libxml2 dconf intltool introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --with-gtk=2.0 \ --without-openldap \ --disable-gtk \ --disable-gtk-doc-html \ --disable-gtk-doc \ --disable-orbit \ --disable-defaults-service INSTALL_TARGET= install-strip SHEBANG_FILES= gsettings/gsettings-schema-convert DOCSDIR= ${PREFIX}/share/doc/gconf post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gconf/gconf.xml.system .include