aboutsummaryrefslogtreecommitdiffstats
path: root/net/vino/Makefile
blob: 3f71fccb021c946134429c9da87a7fa75c95accc (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
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# $FreeBSD$

PORTNAME=   vino
PORTVERSION=    3.16.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

LIB_DEPENDS=    libgnutls.so:${PORTSDIR}/security/gnutls \
        libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
        libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
        libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
        libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
        libnotify.so:${PORTSDIR}/devel/libnotify \
        libavahi-glib.so:${PORTSDIR}/net/avahi-app

PORTSCOUT=  limitw:1,even

USES=       cpe gettext gmake pathfix pkgconfig tar:xz
CPE_VENDOR= david_king
USE_GNOME=  gtk30 intlhack
USE_XORG=   xdamage xfixes xtst
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include -Wno-format-nonliteral
LDFLAGS+=   -L${LOCALBASE}/lib
GLIB_SCHEMAS=   org.gnome.Vino.enums.xml org.gnome.Vino.gschema.xml

.include <bsd.port.mk>