freebsd-ports/net-mgmt/virt-viewer/Makefile
Bernhard Froehlich aabd079dad Virt Viewer provides a graphical viewer for the guest OS
display. At this time is supports guest OS using the VNC
protocol. Further protocols may be supported in the future
as user demand dicatates. The viewer can connect directly
to both local and remotely hosted guest OS, optionally
using SSL/TLS encryption.

WWW: http://virt-manager.org/

PR:		ports/157695
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com>
2011-07-08 19:41:22 +00:00

25 lines
614 B
Makefile

# New ports collection makefile for: virt-viewer
# Date created: 2011-06-07
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= virt-viewer
PORTVERSION= 0.2.0
CATEGORIES= net-mgmt
MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/
MAINTAINER= jhelfman@experts-exchange.com
COMMENT= Provides a graphical viewer for a guest OS display
BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2
LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt \
gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= virt-viewer.1
.include <bsd.port.mk>