freebsd-ports/sysutils/xfce4-systemload-plugin/Makefile
Guido Falsi 41ff4e536e Clenup xfce ports:
- Add missing dependencies
- Remove unneeded patches
- Regenerate and rename legacy patches
- Add NLS option to ports providing such a knob, and missing the
  option
- Add INSTALL_TARGET=install-strip where missing
- Sort things
- Remove unneeded +=
- Cosmetic changes to OPTION related variables to improve readability
- Update WWW
- Silence portlint warnings about variables order
- Bump PORTREVISION where changing dependencies and/or adding
  install-strip
2019-01-22 14:44:38 +00:00

35 lines
831 B
Makefile

# Created by: Thorsten Greiner <thorsten.greiner@web.de>
# $FreeBSD$
PORTNAME= xfce4-systemload-plugin
PORTVERSION= 1.2.2
CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= System Load plugin for Xfce4 panel
LICENSE= BSD2CLAUSE
USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= panel
SSP_UNSAFE= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS UPOWER
OPTIONS_DEFAULT= UPOWER
OPTIONS_SUB= yes
UPOWER_DESC= Use upower for adapting update interval to power state
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
UPOWER_CONFIGURE_ENABLE=upower
UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower
.include <bsd.port.mk>