2013-05-08 18:05:21 +02:00
|
|
|
# Created by: Matt Lancereau <matt@rimasec.net>
|
2004-06-08 00:03:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfce4-cpugraph-plugin
|
2012-07-17 23:41:19 +02:00
|
|
|
PORTVERSION= 1.0.5
|
2015-08-02 17:03:19 +02:00
|
|
|
PORTREVISION= 4
|
2004-06-08 00:03:10 +02:00
|
|
|
CATEGORIES= sysutils xfce
|
2015-04-28 19:01:46 +02:00
|
|
|
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
2004-06-08 00:03:10 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2011-12-18 21:29:15 +01:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2012-05-25 18:57:40 +02:00
|
|
|
COMMENT= Graphical representation of the CPU load
|
2004-06-08 00:03:10 +02:00
|
|
|
|
2014-01-30 15:06:32 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-05 16:15:23 +02:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
2015-03-06 00:31:11 +01:00
|
|
|
USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2
|
2013-05-08 18:05:21 +02:00
|
|
|
USE_GNOME= gtk20 intltool intlhack
|
2015-03-06 00:31:11 +01:00
|
|
|
USE_XFCE= panel
|
2010-12-24 22:59:15 +01:00
|
|
|
|
2012-07-17 23:41:19 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
2015-03-06 00:31:11 +01:00
|
|
|
NLS_USES= gettext-runtime
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
OPTIONS_SUB= yes
|
2010-12-24 22:59:15 +01:00
|
|
|
|
2012-07-17 23:41:19 +02:00
|
|
|
.include <bsd.port.mk>
|