summaryrefslogtreecommitdiff
path: root/net/vinagre/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/vinagre/Makefile')
-rw-r--r--net/vinagre/Makefile20
1 files changed, 14 insertions, 6 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile
index ad64c0c122c..f9fbc7fa06b 100644
--- a/net/vinagre/Makefile
+++ b/net/vinagre/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2010/06/13 22:45:13 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2010/07/06 16:17:56 drochner Exp $
#
-DISTNAME= vinagre-2.28.1
-PKGREVISION= 4
+DISTNAME= vinagre-2.30.2
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vinagre/2.28/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vinagre/2.30/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://projects.gnome.org/vinagre/
@@ -16,17 +15,26 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool pkg-config msgfmt
+USE_LANGUAGES= c c++
GCONF_SCHEMAS+= vinagre.schemas
PKG_OPTIONS_VAR= PKG_OPTIONS.vinagre
-PKG_SUPPORTED_OPTIONS= avahi
+PKG_SUPPORTED_OPTIONS= avahi telepathy
.include "../../mk/bsd.options.mk"
.if empty(PKG_OPTIONS:Mavahi)
CONFIGURE_ARGS+= --disable-avahi
.else
.include "../../net/avahi/buildlink3.mk"
.endif
+PLIST_VARS+= telepathy
+.if !empty(PKG_OPTIONS:Mtelepathy)
+CONFIGURE_ARGS+= --enable-telepathy
+.include "../../chat/telepathy-glib/buildlink3.mk"
+PLIST.telepathy= yes
+.else
+CONFIGURE_ARGS+= --disable-telepathy
+.endif
.include "../../databases/shared-mime-info/mimedb.mk"
BUILDLINK_API_DEPENDS.GConf+= GConf>=2.16.0
@@ -36,7 +44,7 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.17.0
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk-vnc+= gtk-vnc>=0.3.8nb1
.include "../../net/gtk-vnc/buildlink3.mk"
-.include "../../security/gnome-keyring/buildlink3.mk"
+.include "../../security/libgnome-keyring/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"