Date: Mon, 4 Nov 2013 13:40:13 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332718 - head/misc/xfce4-weather-plugin Message-ID: <201311041340.rA4DeDrs086019@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Mon Nov 4 13:40:13 2013 New Revision: 332718 URL: http://svnweb.freebsd.org/changeset/ports/332718 Log: - Support STAGEDIR - Add LICENSE blob - Convert to new LIB_DEPENDS format - Switch to USES= gmake - Rewrite COMMENT entry - Standardize UPOWER description Modified: head/misc/xfce4-weather-plugin/Makefile Modified: head/misc/xfce4-weather-plugin/Makefile ============================================================================== --- head/misc/xfce4-weather-plugin/Makefile Mon Nov 4 13:37:27 2013 (r332717) +++ head/misc/xfce4-weather-plugin/Makefile Mon Nov 4 13:40:13 2013 (r332718) @@ -10,26 +10,26 @@ MASTER_SITE_SUBDIR=src/panel-plugins/${P DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Xfce 4 weather module for xfce4-panel +COMMENT= Weather plugin for the Xfce panel -LIB_DEPENDS= soup-2:${PORTSDIR}/devel/libsoup +LICENSE= GPLv2 + +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= pkgconfig gettext pathfix +USES= pkgconfig gettext gmake USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack libxml2 USE_XFCE= configenv libmenu libutil panel OPTIONS_DEFINE= UPOWER -UPOWER_DESC= Power state support +UPOWER_DESC= Power management tasks -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUPOWER} -LIB_DEPENDS+= upower-glib:${PORTSDIR}/sysutils/upower +LIB_DEPENDS+= libupower-glib.so:${PORTSDIR}/sysutils/upower CONFIGURE_ARGS+=--enable-upower .else CONFIGURE_ARGS+=--disable-upower
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311041340.rA4DeDrs086019>