diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-30 14:24:56 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-30 14:24:56 +0000 |
commit | 963276605bdc4aa39cfb6f7961c08993e18de87d (patch) | |
tree | 0deabafa924d3e32a2a76b4ba50ebce048b0e9bc /sysutils/xfce4-genmon-plugin | |
parent | 80007d3e81f06e3a93f617afa4a31f6d8c5c7f88 (diff) |
Notes
Diffstat (limited to 'sysutils/xfce4-genmon-plugin')
-rw-r--r-- | sysutils/xfce4-genmon-plugin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xfce4-genmon-plugin/pkg-descr | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 7a33081e0b9d..97eaa17aec4a 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -12,9 +12,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Generic Monitor Xfce4 panel plugin +LICENSE= LGPL21 + GNU_CONFIGURE= yes USE_BZIP2= yes -USES= pathfix gettext pkgconfig gmake +USES= gettext pkgconfig gmake USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu panel diff --git a/sysutils/xfce4-genmon-plugin/pkg-descr b/sysutils/xfce4-genmon-plugin/pkg-descr index 8919a9bbb312..5605aa19ba78 100644 --- a/sysutils/xfce4-genmon-plugin/pkg-descr +++ b/sysutils/xfce4-genmon-plugin/pkg-descr @@ -1,5 +1,4 @@ The GenMon plugin cyclically spawns the indicated script/program, captures its output and displays it as a string into the panel. -Author: Roger Seguin <roger_seguin@msn.com> WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin |