2012-12-11 01:48:33 +01:00
|
|
|
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
2011-07-08 21:41:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= virt-viewer
|
2013-08-04 21:48:16 +02:00
|
|
|
PORTVERSION= 0.5.7
|
2013-12-18 00:54:04 +01:00
|
|
|
PORTREVISION= 1
|
2011-07-08 21:41:22 +02:00
|
|
|
CATEGORIES= net-mgmt
|
|
|
|
MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/
|
|
|
|
|
2011-12-20 18:10:19 +01:00
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
2011-07-08 21:41:22 +02:00
|
|
|
COMMENT= Provides a graphical viewer for a guest OS display
|
|
|
|
|
2011-08-14 22:01:12 +02:00
|
|
|
BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \
|
|
|
|
intltoolize:${PORTSDIR}/textproc/intltool
|
2013-12-18 00:54:04 +01:00
|
|
|
LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt \
|
|
|
|
libgtk-vnc-1.0.so:${PORTSDIR}/net/gtk-vnc
|
2011-07-08 21:41:22 +02:00
|
|
|
|
2013-05-06 09:02:25 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
2013-08-04 21:48:16 +02:00
|
|
|
OPTIONS_SUB= yes
|
2013-05-06 09:02:25 +02:00
|
|
|
|
2011-07-08 21:41:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-08-14 22:01:12 +02:00
|
|
|
CONFIGURE_ENV+= DATADIRNAME=share
|
2013-09-03 11:59:01 +02:00
|
|
|
USES= gmake pkgconfig
|
2011-07-08 21:41:22 +02:00
|
|
|
|
2012-06-13 23:30:53 +02:00
|
|
|
MAN1= remote-viewer.1 virt-viewer.1
|
2011-07-08 21:41:22 +02:00
|
|
|
|
2013-08-04 21:48:16 +02:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2013-05-06 09:02:25 +02:00
|
|
|
|
2013-09-21 00:24:43 +02:00
|
|
|
NO_STAGE= yes
|
2011-07-08 21:41:22 +02:00
|
|
|
.include <bsd.port.mk>
|