summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-cpugraph-plugin/Makefile
blob: 61c0ee7d8198a0cf2d27215a547714c629ca508f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	xfce4-cpugraph-plugin
PORTVERSION=	1.3.0
CATEGORIES=	sysutils xfce
MASTER_SITES=	XFCE/panel-plugins
DIST_SUBDIR=	xfce4

MAINTAINER=	xfce@FreeBSD.org
COMMENT=	Graphical representation of the CPU load
WWW=		https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin/start

LICENSE=	GPLv2

USES=		compiler:c++17-lang gettext-tools gnome meson pkgconfig tar:xz \
		xfce
USE_CXXSTD=	c++17
USE_GNOME=	gtk30
USE_XFCE=	libmenu panel xfconf

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=	gettext-runtime

post-patch-NLS-off:
	@${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build

.include <bsd.port.mk>