pkgsrc/misc/xfce4-weather-plugin/Makefile
gutteridge 1e4ca2627d Bump all dependent packages of wayland (belatedly)
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.
2022-08-11 05:08:00 +00:00

22 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.84 2022/08/11 05:09:04 gutteridge Exp $
PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 0.11.0
DISTNAME= xfce4-weather-plugin-${VERSION}
CATEGORIES= misc
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${VERSION:R}/
HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
COMMENT= Xfce weather plugin
LDFLAGS.SunOS+= -lsocket -lnsl
.include "options.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"