From 68e5bc32fa209bb20f40d173d370c21c93bc964a Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 10 Mar 2011 09:53:51 +0000 Subject: Update to 2.99.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15448 df743ca5-7f9a-e211-a948-0013205c9059 --- net/vino3/Makefile | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 net/vino3/Makefile (limited to 'net/vino3/Makefile') diff --git a/net/vino3/Makefile b/net/vino3/Makefile new file mode 100644 index 000000000..141cc2a75 --- /dev/null +++ b/net/vino3/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: vino +# Date created: 16 July 2004 +# Whom: Tom McLaughlin +# +# $FreeBSD$ +# $MCom: ports/net/vino/Makefile,v 1.83 2011/03/07 08:48:34 kwm Exp $ +# + +PORTNAME= vino +PORTVERSION= 2.99.3 +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= gnutls:${PORTSDIR}/security/gnutls \ + telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ + gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ + avahi-glib.1:${PORTSDIR}/net/avahi-app \ + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GNOME= gnomeprefix intlhack gnomehack gtk30 +USE_XORG= xdamage xfixes xtst +USE_GMAKE= yes +GNOME_DESKTOP_VERSION=3 +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --without-network-manager \ + --disable-http-server +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.if !defined(WITHOUT_NOTIFY) +LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify +.else +CONFIGURE_ARGS+=--without-libnotify +.endif + +.include -- cgit v1.2.3