pkgsrc/sysutils/virt-viewer/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

27 lines
859 B
Makefile

# $NetBSD: Makefile,v 1.16 2022/08/11 05:09:17 gutteridge Exp $
DISTNAME= virt-viewer-8.0
PKGREVISION= 14
CATEGORIES= sysutils
MASTER_SITES= https://releases.pagure.org/virt-viewer/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://virt-manager.org/
COMMENT= Graphical VNC/SPice viewer for the guest OS
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake intltool pkg-config
USE_TOOLS+= msgfmt msgmerge xgettext
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../net/gtk-vnc/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../sysutils/spice-gtk/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"