freebsd-ports/net-mgmt/virt-viewer/Makefile
Jason Helfman 49f5be957b - update to 1.0
- add cpe info

ChangeLog: http://virt-manager.org/download/
2014-11-21 23:34:44 +00:00

30 lines
786 B
Makefile

# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= virt-viewer
PORTVERSION= 1.0
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-2.0.so:${PORTSDIR}/net/gtk-vnc
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= DATADIRNAME=share
CONFIGURE_ARGS= --with-gtk=3.0 --without-spice-gtk
USES= desktop-file-utils gmake pkgconfig shared-mime-info cpe
USE_GNOME= gtk30
CPE_VENDOR= redhat
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>