diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-11-04 21:40:13 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-11-04 21:40:13 +0800 |
commit | e19c67e735f7a8dd7a80074912262cb2af0048ee (patch) | |
tree | 9e5f388a2c26ba10a5bfbbe94109b529eb320795 /misc | |
parent | 01e052b306f40e8e96f68945a3ceb246c893633d (diff) | |
download | freebsd-ports-graphics-e19c67e735f7a8dd7a80074912262cb2af0048ee.tar.gz freebsd-ports-graphics-e19c67e735f7a8dd7a80074912262cb2af0048ee.tar.zst freebsd-ports-graphics-e19c67e735f7a8dd7a80074912262cb2af0048ee.zip |
- Support STAGEDIR
- Add LICENSE blob
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake
- Rewrite COMMENT entry
- Standardize UPOWER description
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 86ec42d1d8c..4403760b02a 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -10,26 +10,26 @@ MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} 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 |