1e4ca2627d
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
19 lines
579 B
Makefile
19 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.61 2022/08/11 05:09:18 gutteridge Exp $
|
|
|
|
PKGREVISION= 1
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-cpugraph-plugin-1.2.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.2/
|
|
|
|
HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
|
|
COMMENT= Xfce CPU load plugin
|
|
|
|
USE_LANGUAGES= c99 c++14
|
|
|
|
CXXFLAGS.SunOS+= -fpermissive
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|