View | Details | Raw Unified | Return to bug 200046
Collapse All | Expand All

(-)virt-viewer/Makefile (-3 / +8 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	virt-viewer
4
PORTNAME=	virt-viewer
5
PORTVERSION=	2.0
5
PORTVERSION=	2.0
6
PORTREVISION=	1
6
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
7
MASTER_SITES=	http://virt-manager.org/download/sources/${PORTNAME}/
8
MASTER_SITES=	http://virt-manager.org/download/sources/${PORTNAME}/
8
9
Lines 12-27 Link Here
12
LICENSE=	GPLv2
13
LICENSE=	GPLv2
13
14
14
BUILD_DEPENDS=	xml2-config:${PORTSDIR}/textproc/libxml2 \
15
BUILD_DEPENDS=	xml2-config:${PORTSDIR}/textproc/libxml2 \
15
		intltoolize:${PORTSDIR}/textproc/intltool
16
		intltoolize:${PORTSDIR}/textproc/intltool \
17
		spice-protocol>=0.12.7:${PORTSDIR}/devel/spice-protocol
16
LIB_DEPENDS=	libvirt.so:${PORTSDIR}/devel/libvirt \
18
LIB_DEPENDS=	libvirt.so:${PORTSDIR}/devel/libvirt \
17
		libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc
19
		libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc \
20
		libspice-client-glib-2.0.so:${PORTSDIR}/deskutils/spice-gtk
18
21
22
USE_OPENSSL=	yes
23
19
OPTIONS_DEFINE=	NLS
24
OPTIONS_DEFINE=	NLS
20
OPTIONS_SUB=	yes
25
OPTIONS_SUB=	yes
21
26
22
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV+=	DATADIRNAME=share
28
CONFIGURE_ENV+=	DATADIRNAME=share
24
CONFIGURE_ARGS=	--with-gtk=3.0 --without-spice-gtk
29
CONFIGURE_ARGS=	--with-gtk=3.0 --with-spice-gtk
25
USES=		desktop-file-utils gmake pkgconfig shared-mime-info cpe
30
USES=		desktop-file-utils gmake pkgconfig shared-mime-info cpe
26
USE_GNOME=	gtk30
31
USE_GNOME=	gtk30
27
INSTALLS_ICONS=	yes
32
INSTALLS_ICONS=	yes

Return to bug 200046