diff options
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r-- | net/vino/Makefile | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 81ac0d45c60a..dd5025a02864 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vino -PORTVERSION= 3.18.1 -PORTREVISION= 2 +PORTVERSION= 3.22.0 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,24 +10,33 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= VNC server that allows for remote access to your GNOME desktop +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgnutls.so:security/gnutls \ libtelepathy-glib.so:net-im/telepathy-glib \ libdbus-glib-1.so:devel/dbus-glib \ libsecret-1.so:security/libsecret \ + libgpg-error.so:security/libgpg-error \ + libgcrypt.so:security/libgcrypt \ + libdbus-1.so:devel/dbus \ libsoup-2.4.so:devel/libsoup \ libnotify.so:devel/libnotify \ libavahi-glib.so:net/avahi-app PORTSCOUT= limitw:1,even -USES= cpe gettext gmake gnome pathfix pkgconfig tar:xz +USES= cpe gettext gmake gnome jpeg localbase pathfix \ + pkgconfig tar:xz CPE_VENDOR= david_king -USE_GNOME= gtk30 intlhack -USE_XORG= xdamage xfixes xtst +USE_GNOME= cairo gtk30 intlhack +USE_XORG= ice x11 xdamage xext xfixes sm xtst GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -Wno-format-nonliteral GLIB_SCHEMAS= org.gnome.Vino.enums.xml org.gnome.Vino.gschema.xml +post-install: + @${RM} -rf ${STAGEDIR}${PREFIX}/lib/systemd/ + .include <bsd.port.mk> |