blob: 784d161b40ab51497ef936462231151dea7a0004 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.64 2022/08/11 05:09:18 gutteridge Exp $
PKGREVISION= 1
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 1.3.1
DISTNAME= xfce4-systemload-plugin-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/${VERSION:R}/
HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
COMMENT= Xfce system load plugin
MAKE_ENV.DragonFly+= OS_LIBS=-lkinfo
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|