summaryrefslogtreecommitdiffstats
path: root/net/vino/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-20 00:58:46 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-20 00:58:46 +0800
commitd28a6a62e97091417cdc849e129db1667999282e (patch)
tree26bd8f3cdad26dbf5e59a00b8a89152d43ac55e3 /net/vino/Makefile
parent4872960b6acb489a1d4cef5625da54a89469e0d9 (diff)
downloadmarcuscom-ports-d28a6a62e97091417cdc849e129db1667999282e.tar
marcuscom-ports-d28a6a62e97091417cdc849e129db1667999282e.tar.gz
marcuscom-ports-d28a6a62e97091417cdc849e129db1667999282e.tar.bz2
marcuscom-ports-d28a6a62e97091417cdc849e129db1667999282e.tar.lz
marcuscom-ports-d28a6a62e97091417cdc849e129db1667999282e.tar.xz
marcuscom-ports-d28a6a62e97091417cdc849e129db1667999282e.tar.zst
marcuscom-ports-d28a6a62e97091417cdc849e129db1667999282e.zip
Update to 2.11.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3997 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r--net/vino/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile
new file mode 100644
index 000000000..0f08653fa
--- /dev/null
+++ b/net/vino/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: vino
+# Date created: 16 July 2004
+# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
+#
+# $FreeBSD: ports/net/vino/Makefile,v 1.8 2005/03/12 10:39:32 marcus Exp $
+#
+
+PORTNAME= vino
+PORTVERSION= 2.11.1
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11
+
+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_X_PREFIX= yes
+USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel
+USE_GMAKE= yes
+GNOME_DESKTOP_VERSION=2
+USE_LIBTOOL_VER=15
+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>