summaryrefslogtreecommitdiffstats
path: root/net/vino/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /net/vino/Makefile
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r--net/vino/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile
deleted file mode 100644
index af27dac32..000000000
--- a/net/vino/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.75 2009/09/21 18:48:18 kwm Exp $
-#
-
-PORTNAME= vino
-PORTVERSION= 2.28.1
-CATEGORIES= net gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= VNC server that allows for remote access to your GNOME desktop
-
-LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel
-USE_XORG= xtst
-USE_GMAKE= yes
-GNOME_DESKTOP_VERSION=2
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= vino-server.schemas
-
-.if !defined(WITHOUT_NOTIFY)
-LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
-CONFIGURE_ARGS+=--enable-libnotify=yes
-.else
-CONFIGURE_ARGS+=--enable-libnotify=no
-.endif
-
-.include <bsd.port.mk>