aboutsummaryrefslogtreecommitdiff
path: root/net/vinagre
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-01-10 08:03:58 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-01-10 08:03:58 +0000
commit40d6f522e50e777d2051d4757092e9c07ad82895 (patch)
tree5186b9c72a1eac6a57e794d685dc723b08622927 /net/vinagre
parent8af8559b944d972e58e4ffcff1deaa95a77cb9e2 (diff)
downloadports-40d6f522e50e777d2051d4757092e9c07ad82895.tar.gz
ports-40d6f522e50e777d2051d4757092e9c07ad82895.zip
Remove cvs file committed accidentally.
Notes
Notes: svn path=/head/; revision=225637
Diffstat (limited to 'net/vinagre')
-rw-r--r--net/vinagre/.#Makefile.1.1751
1 files changed, 0 insertions, 51 deletions
diff --git a/net/vinagre/.#Makefile.1.17 b/net/vinagre/.#Makefile.1.17
deleted file mode 100644
index 2435a45c069a..000000000000
--- a/net/vinagre/.#Makefile.1.17
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: vinagre
-# Date created: 16 December 2007
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/net/vinagre/Makefile,v 1.17 2008/10/20 22:58:02 kwm Exp $
-#
-
-PORTNAME= vinagre
-PORTVERSION= 2.24.1
-PORTREVISION= 1
-CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= VNC client for the GNOME Desktop
-
-LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \
- avahi-core.6:${PORTSDIR}/net/avahi-app \
- avahi-ui.0:${PORTSDIR}/net/avahi-gtk \
- gnome-keyring:${PORTSDIR}/security/gnome-keyring
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_GNOME= gnomeprefix intlhack gnomehack libglade2 gconf2 gnomedocutils \
- gnomepanel
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-CONFIGURE_ARGS= --enable-avahi
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= vinagre.schemas
-
-MAN1= vinagre.1
-
-post-install:
- @-update-desktop-database > /dev/null
- @-update-mime-database ${PREFIX}/share/mime > /dev/null
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in AUTHORS COPYING ChangeLog MAINTAINERS NEWS README
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>