1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net-mgmt/virt-viewer/Makefile
2014-06-04 15:47:44 +00:00

29 lines
677 B
Makefile

# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= virt-viewer
PORTVERSION= 0.5.7
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/
MAINTAINER= jgh@FreeBSD.org
COMMENT= Provides a graphical viewer for a guest OS display
BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \
intltoolize:${PORTSDIR}/textproc/intltool
LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt \
libgtk-vnc-1.0.so:${PORTSDIR}/net/gtk-vnc
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= DATADIRNAME=share
USES= gmake pkgconfig
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>