freebsd-ports/sysutils/xfce4-systemload-plugin/Makefile
Guido Falsi aac41c1d67 Welcome XFCE 4.18 to the FreeBSD ports tree!
Upstream announce: https://xfce.org/about/news/?post=1671062400

Some notes:

- Updated pkg-descr for various packages
- Added some missing dependencies (reported by poudriere Q/A tests)
- Removed patches now included upstream
2022-12-16 15:55:57 +01:00

40 lines
1 KiB
Makefile

PORTNAME= xfce4-systemload-plugin
PORTVERSION= 1.3.2
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= System Load plugin for Xfce4 panel
WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
LICENSE= BSD2CLAUSE
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
SSP_UNSAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-libgtop
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS UPOWER # LIBGTOP
OPTIONS_DEFAULT= UPOWER
OPTIONS_SUB= yes
# Enabling libgtop causes crashes, needs investigation
#LIBGTOP_DESC= Use libgtop for network utilization monitoring
UPOWER_DESC= Use upower for adapting update interval to power state
#LIBGTOP_CONFIGURE_ENABLE= libgtop
#LIBGTOP_LIB_DEPENDS= libgtop-2.0.so:devel/libgtop
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
UPOWER_CONFIGURE_ENABLE=upower
UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower
.include <bsd.port.mk>