summaryrefslogtreecommitdiffstats
path: root/net/vino/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r--net/vino/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile
new file mode 100644
index 000000000..12d8f493a
--- /dev/null
+++ b/net/vino/Makefile
@@ -0,0 +1,34 @@
+# 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.31 2006/10/05 18:17:10 mezz Exp $
+#
+
+PORTNAME= vino
+PORTVERSION= 2.17.2
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= VNC server that allows for remote access to your GNOME desktop
+
+LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_XLIB= yes
+USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel
+USE_GMAKE= yes
+GNOME_DESKTOP_VERSION=2
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --enable-session-support
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= vino-server.schemas
+
+.include <bsd.port.mk>