Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / xfce4-diskperf-plugin / Makefile
1 # Created by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       xfce4-diskperf-plugin
5 PORTVERSION=    2.6.2
6 PORTREVISION=   1
7 CATEGORIES=     sysutils xfce
8 MASTER_SITES=   XFCE/panel-plugins
9 DIST_SUBDIR=    xfce4
10
11 MAINTAINER=     danilo@FreeBSD.org
12 COMMENT=        Graphical representation of the disk IO
13
14 LICENSE=        BSD2CLAUSE
15 LICENSE_FILE=   ${WRKSRC}/COPYING
16
17 USES=           compiler:c11 gettext-tools gnome gmake libtool pkgconfig \
18                 tar:bzip2 xfce
19 USE_GNOME=      cairo gtk30 intltool
20 USE_XFCE=       panel
21
22 GNU_CONFIGURE=  yes
23 INSTALLS_ICONS= yes
24 INSTALL_TARGET= install-strip
25
26 LIBS+=          -ldevstat
27
28 OPTIONS_DEFINE= NLS
29 OPTIONS_SUB=    yes
30 NLS_CONFIGURE_ENABLE=   nls
31 NLS_USES=       gettext-runtime
32
33 post-patch-NLS-off:
34         @${REINPLACE_CMD} -e 's|[[:blank:]]po||' \
35                 -e 's|po$$||'  ${WRKSRC}/Makefile.in
36
37 .include <bsd.port.mk>