# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name vino version 3.10.1 license GPL-2 set branch [join [lrange [split ${version} .] 0 1] .] homepage http://www.gnome.org description Vino is a VNC server for the current GNOME user long_description ${description} categories gnome platforms darwin maintainers devans openmaintainer master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 24be3b95b02c45d00f1b5dc6a735134f65015c8b \ sha256 faf10d667c43d00cd37dc6343b44012456de9d2e39d8ce679c719e65d2dfbe46 depends_build port:pkgconfig \ port:intltool depends_lib port:desktop-file-utils \ port:gtk3 \ port:dbus-glib \ port:telepathy-glib \ port:libsoup \ port:libnotify \ port:libsecret \ port:gnutls \ port:libgcrypt \ port:xorg-libXdamage \ port:xorg-libXext \ port:xorg-libXtst \ port:jpeg \ port:zlib configure.cflags-append \ -Wno-format-nonliteral configure.args --x-includes=${prefix}/include \ --x-libraries=${prefix}/lib \ --disable-silent-rules \ --disable-schemas-compile \ --without-network-manager \ --without-avahi \ --enable-http-server=no \ --enable-ipv6 variant avahi description {Enable mDNS support using avahi} { depends_lib-append port:avahi configure.args-replace --without-avahi --with-avahi } variant debug description {Enable debugging messages} { configure.args-append --enable-debug } post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" } livecheck.type gnome