1f225e555c
spice-gtk is a GTK+2 and GTK+3 SPICE widget. It features glib-based objects for SPICE protocol parsing and a gtk widget for embedding the SPICE display into other applications such as virt-manager. Python bindings are available too. WWW: http://www.spice-space.org/ PR: 196949 (based on) Submitted by: olevole@olevole.ru
10 lines
219 B
Makefile
10 lines
219 B
Makefile
# Created by: olevole@olevole.ru
|
|
# $FreeBSD$
|
|
|
|
COMMENT= Python bindings for SPICE remote desktop servers
|
|
MASTERDIR= ${.CURDIR}/../spice-gtk
|
|
|
|
CONFLICTS= spice-gtk-[0-9]*
|
|
SPICE_SLAVE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|