# $Id$ PortSystem 1.0 PortGroup python 1.0 name virt-manager version 1.3.2 categories x11 platforms darwin license GPL-2+ maintainers nomaintainer description X11 Management tool for libvirt long_description virt-manager offers a graphical user-interface for managing libvirt based virtualization systems homepage https://virt-manager.org/ master_sites https://virt-manager.org/download/sources/virt-manager/ checksums rmd160 dcc0bd2d94ec14ed2b1bb7cfc697988dcf6368bf \ sha256 270c1f631fd029fee5291e83f50d69e261db666aa952c184643bc6cece77fdb3 #depends_lib path:bin/perl:perl5 \ # port:tcl \ # port:zlib python.versions 27 depends_build port:intltool depends_lib port:gtk3 \ port:dbus-python \ port:py-gobject3 use_configure yes configure.cmd ${python.bin} setup.py configure configure.pre_args # At least update-icon-cache has a "3.0" suffix, I don't need them and I don't # feel like patching setup.py destroot.cmd-append --no-update-icon-cache --no-compile-schemas pre-configure { reinplace "1s,/usr/bin/python2,${python.bin}," \ virt-manager \ virt-clone \ virt-convert \ virt-install \ virt-xml }