diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-10 17:53:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-10 17:53:51 +0800 |
commit | 68e5bc32fa209bb20f40d173d370c21c93bc964a (patch) | |
tree | 040d2c84ef3196f83a2f96f316eaf1f2358e5f6e /net/vino3/Makefile | |
parent | af7640ed5a4e0ed1dcd49af258458927cdd2890f (diff) | |
download | marcuscom-ports-68e5bc32fa209bb20f40d173d370c21c93bc964a.tar marcuscom-ports-68e5bc32fa209bb20f40d173d370c21c93bc964a.tar.gz marcuscom-ports-68e5bc32fa209bb20f40d173d370c21c93bc964a.tar.bz2 marcuscom-ports-68e5bc32fa209bb20f40d173d370c21c93bc964a.tar.lz marcuscom-ports-68e5bc32fa209bb20f40d173d370c21c93bc964a.tar.xz marcuscom-ports-68e5bc32fa209bb20f40d173d370c21c93bc964a.tar.zst marcuscom-ports-68e5bc32fa209bb20f40d173d370c21c93bc964a.zip |
Update to 2.99.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15448 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vino3/Makefile')
-rw-r--r-- | net/vino3/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
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 <tmclaugh@sdf.lonestar.org> +# +# $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 <bsd.port.mk> |