summaryrefslogtreecommitdiffstats
path: root/net/gtk-vnc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gtk-vnc/Makefile')
-rw-r--r--net/gtk-vnc/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile
deleted file mode 100644
index d1ac549e0..000000000
--- a/net/gtk-vnc/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: gtk-vnc
-# Date created: 16 December 2007
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtk-vnc
-PORTVERSION= 0.3.7
-PORTREVISION= 1
-CATEGORIES= net gnome
-MASTER_SITES= SF
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= VNC viewer widget for GTK+
-
-LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
- gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
-
-USE_GNOME= pygtk2 gnomehack
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-USE_PYTHON= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-gtkglext=yes
-
-.include <bsd.port.mk>