mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
682ff4dbe0
- explictly tie to ABI version, required - update historical headers - add shared description for libvirt
26 lines
637 B
Makefile
26 lines
637 B
Makefile
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= virt-viewer
|
|
PORTVERSION= 0.5.4
|
|
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= virt.1000:${PORTSDIR}/devel/libvirt \
|
|
gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= DATADIRNAME=share
|
|
USE_GMAKE= yes
|
|
PLIST_SUB= NLS=""
|
|
|
|
MAN1= remote-viewer.1 virt-viewer.1
|
|
|
|
.include <bsd.port.mk>
|