diff options
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r-- | net/vino/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 0fb8fb191..7b5109016 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -1,34 +1,35 @@ # Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ -# $MCom: ports/trunk/net/vino/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports/trunk/net/vino3/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= vino -PORTVERSION= 2.32.2 -PORTREVISION= 4 +PORTVERSION= 3.6.2 CATEGORIES= net gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +PKGNAMESUFFIX= 3 +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= VNC server that allows for remote access to your GNOME desktop LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ - libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libavahi-glib.so:${PORTSDIR}/net/avahi-app -CONFLICTS= vino-3.[0-9]* - -NO_STAGE= yes -USE_BZIP2= yes +USE_XZ= yes USES= gettext gmake pathfix pkgconfig -USE_GNOME= gnomeprefix intlhack gnomepanel -USE_XORG= xtst +USE_GNOME= gnomeprefix gtk30 intlhack +USE_XORG= xdamage xfixes xtst GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS= --without-network-manager \ + --disable-http-server +CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral LDFLAGS+= -L${LOCALBASE}/lib - -GCONF_SCHEMAS= vino-server.schemas +GLIB_SCHEMAS= org.gnome.Vino.enums.xml org.gnome.Vino.gschema.xml OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT=NOTIFY @@ -37,9 +38,8 @@ OPTIONS_DEFAULT=NOTIFY .if ${PORT_OPTIONS:MNOTIFY} LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+=--enable-libnotify=yes .else -CONFIGURE_ARGS+=--enable-libnotify=no +CONFIGURE_ARGS+=--without-libnotify .endif .include <bsd.port.mk> |