1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-mgmt/virt-viewer/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

45 lines
1.1 KiB
Makefile

# Created by: Jason Helfman <jgh@FreeBSD.org>
PORTNAME= virt-viewer
PORTVERSION= 10.0
CATEGORIES= net-mgmt
MASTER_SITES= https://virt-manager.org/download/sources/${PORTNAME}/
MAINTAINER= novel@FreeBSD.org
COMMENT= Provides a graphical viewer for a guest OS display
LICENSE= GPLv2
USES= cpe desktop-file-utils gettext gettext-tools gmake gnome \
libtool meson perl5 pkgconfig python:3.6+,build \
shared-mime-info tar:xz xorg
CPE_VENDOR= redhat
USE_GNOME= gtk30 libxml2
USE_PERL5= build # pod2man
USE_XORG= xorgproto
BINARY_ALIAS= python3=${PYTHON_CMD}
OPTIONS_DEFINE= SPICE VNC LIBVIRT VTE
OPTIONS_DEFAULT= SPICE VNC LIBVIRT VTE
OPTIONS_SUB= yes
SPICE_DESC= SPICE support
VNC_DESC= VNC support
VTE_DESC= VTE support
LIBVIRT_LIB_DEPENDS= libvirt.so:devel/libvirt \
libvirt-glib-1.0.so:devel/libvirt-glib
LIBVIRT_MESON_ENABLED= libvirt
SPICE_BUILD_DEPENDS= spice-protocol>=0.12.7:devel/spice-protocol
SPICE_LIB_DEPENDS= libspice-client-glib-2.0.so:deskutils/spice-gtk
SPICE_MESON_ENABLED= spice
VNC_LIB_DEPENDS= libgtk-vnc-2.0.so:net/gtk-vnc
VNC_MESON_ENABLED= vnc
VTE_USE= GNOME=vte3
VTE_MESON_ENABLED= vte
.include <bsd.port.mk>