summaryrefslogtreecommitdiffstats
path: root/net/vinagre3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/vinagre3/Makefile')
-rw-r--r--net/vinagre3/Makefile75
1 files changed, 0 insertions, 75 deletions
diff --git a/net/vinagre3/Makefile b/net/vinagre3/Makefile
deleted file mode 100644
index 8789b7cb8..000000000
--- a/net/vinagre3/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/trunk/net/vinagre3/Makefile 18610 2013-06-30 16:33:05Z marcus $
-
-PORTNAME= vinagre
-PORTVERSION= 3.6.2
-CATEGORIES= net gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome3
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= VNC client for the GNOME Desktop
-
-BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS= libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc3 \
- libavahi-core.so:${PORTSDIR}/net/avahi-app \
- libavahi-ui-gtk3.so:${PORTSDIR}/net/avahi-gtk3 \
- libgdbm.so:${PORTSDIR}/databases/gdbm \
- libsecret-1.so:${PORTSDIR}/security/libsecret \
- libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-
-CONFLICTS= vinagre-2.[0-9]*
-
-NO_STAGE= yes
-LATEST_LINK= vinagre3
-USE_XZ= yes
-USES= desktop-file-utils gettext gmake pathfix pkgconfig \
- shared-mime-info
-USE_GNOME= gnomeprefix gtk30 intlhack libxml2 vte3
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-CONFIGURE_ARGS= --disable-spice --enable-ssh
-CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral
-LDFLAGS+= -L${LOCALBASE}/lib
-
-GLIB_SCHEMAS= org.gnome.Vinagre.gschema.xml
-
-MAN1= vinagre.1
-
-OPTIONS_DEFINE= TELEPATHY RDP
-OPTIONS_DEFAULT=TELEPATHY RDP
-TELEPATHY_DESC= Telepathy integration
-RDP_DESC= MS Windows remote desktop support
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MTELEPATHY}
-LIB_DEPENDS+= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-PLIST_SUB+= TELEPATHY=""
-.else
-CONFIGURE_ARGS+=--without-telepathy
-PLIST_SUB+= TELEPATHY="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MRDP}
-BUILD_DEPENDS+= rdesktop:${PORTSDIR}/net/rdesktop
-RUN_DEPENDS+= rdesktop:${PORTSDIR}/net/rdesktop
-CONFIGURE_ARGS+=--enable-rdp
-PLIST_SUB+= RDP=""
-.else
-CONFIGURE_ARGS+=--disable-rdp
-PLIST_SUB+= RDP="@comment "
-.endif
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
-.for f in AUTHORS COPYING ChangeLog NEWS README
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>