diff options
Diffstat (limited to 'sysutils/xfce4-cpugraph-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-cpugraph-plugin/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index 27c0d2db3f27..efefec4ad484 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -6,13 +6,13 @@ # PORTNAME= xfce4-cpugraph-plugin -PORTVERSION= 0.3.0 -PORTREVISION= 14 +PORTVERSION= 1.0.0 CATEGORIES= sysutils xfce -MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 -MAINTAINER= fbsd@opal.com +MAINTAINER= duchateau.olivier@gmail.com COMMENT= XFce4 systemload plugin with multiple CPU display modes GNU_CONFIGURE= yes @@ -20,6 +20,6 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv panel +USE_XFCE= configenv libgui panel .include <bsd.port.mk> |