summaryrefslogtreecommitdiff
path: root/net/vino/Makefile
blob: 8073306730df808d9b573bf85560c000305189c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>

PORTNAME=	vino
PORTVERSION=	3.22.0
CATEGORIES=	net gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome3

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	VNC server that allows for remote access to your GNOME desktop

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libgnutls.so:security/gnutls \
		libtelepathy-glib.so:net-im/telepathy-glib \
		libdbus-glib-1.so:devel/dbus-glib \
		libsecret-1.so:security/libsecret \
		libgpg-error.so:security/libgpg-error \
		libgcrypt.so:security/libgcrypt \
		libdbus-1.so:devel/dbus \
		libsoup-2.4.so:devel/libsoup \
		libnotify.so:devel/libnotify \
		libavahi-glib.so:net/avahi-app

PORTSCOUT=	limitw:1,even

USES=		cpe gettext gmake gnome jpeg localbase pathfix \
		pkgconfig tar:xz xorg
CPE_VENDOR=	david_king
USE_GNOME=	cairo gtk30 intlhack
USE_XORG=	ice x11 xdamage xext xfixes sm xtst
GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes
CPPFLAGS+=	-Wno-format-nonliteral
GLIB_SCHEMAS=	org.gnome.Vino.enums.xml org.gnome.Vino.gschema.xml

post-install:
	@${RM} -rf ${STAGEDIR}${PREFIX}/lib/systemd/

.include <bsd.port.mk>