2013-09-03 14:16:20 +00:00
|
|
|
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
2004-07-16 22:42:01 +00:00
|
|
|
# $FreeBSD$
|
2010-11-20 15:37:08 +00:00
|
|
|
# $MCom: ports/net/vino/Makefile,v 1.81 2010/09/27 13:51:24 kwm Exp $
|
2004-07-16 22:42:01 +00:00
|
|
|
|
|
|
|
PORTNAME= vino
|
2011-06-04 22:41:47 +00:00
|
|
|
PORTVERSION= 2.32.2
|
2014-05-13 11:54:53 +00:00
|
|
|
PORTREVISION= 5
|
2004-07-16 22:42:01 +00:00
|
|
|
CATEGORIES= net gnome
|
2008-05-26 19:38:29 +00:00
|
|
|
MASTER_SITES= GNOME
|
|
|
|
DIST_SUBDIR= gnome2
|
2004-07-16 22:42:01 +00:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-11-07 22:24:32 +00:00
|
|
|
COMMENT= VNC server that allows for remote access to your GNOME desktop
|
2004-07-16 22:42:01 +00:00
|
|
|
|
2014-05-13 18:28:55 +00:00
|
|
|
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
|
|
|
|
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
|
|
|
|
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
|
2004-07-16 22:42:01 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2013-09-03 14:16:20 +00:00
|
|
|
USES= gettext gmake pkgconfig
|
2004-07-16 22:42:01 +00:00
|
|
|
USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel
|
2008-05-29 22:04:10 +00:00
|
|
|
USE_XORG= xtst
|
2004-07-21 18:04:55 +00:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-11-05 04:53:48 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-07-16 22:42:01 +00:00
|
|
|
|
2004-11-23 19:33:08 +00:00
|
|
|
GCONF_SCHEMAS= vino-server.schemas
|
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
.if !defined(WITHOUT_NOTIFY)
|
2014-05-13 18:28:55 +00:00
|
|
|
LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
|
2007-10-24 23:37:25 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-libnotify=yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--enable-libnotify=no
|
|
|
|
.endif
|
|
|
|
|
2007-03-26 04:26:49 +00:00
|
|
|
.include <bsd.port.mk>
|