mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
b28f497285
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo
57 lines
1.8 KiB
Makefile
57 lines
1.8 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/net/vinagre/Makefile 20064 2014-11-11 06:09:58Z gusi $
|
|
|
|
PORTNAME= vinagre
|
|
PORTVERSION= 3.14.3
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= VNC client for the GNOME Desktop
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc \
|
|
libavahi-core.so:${PORTSDIR}/net/avahi-app \
|
|
libavahi-ui-gtk3.so:${PORTSDIR}/net/avahi-gtk3 \
|
|
libgdbm.so:${PORTSDIR}/databases/gdbm \
|
|
libsecret-1.so:${PORTSDIR}/security/libsecret \
|
|
libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
|
|
RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme
|
|
|
|
USES= desktop-file-utils gettext gmake pathfix pkgconfig \
|
|
shared-mime-info tar:xz
|
|
USE_GNOME= gnomeprefix gtk30 intlhack libxml2 vte3
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CONFIGURE_ARGS= --disable-spice --enable-ssh
|
|
CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GLIB_SCHEMAS= org.gnome.Vinagre.gschema.xml
|
|
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFINE= TELEPATHY RDP
|
|
OPTIONS_DEFAULT=TELEPATHY RDP
|
|
TELEPATHY_DESC= Telepathy integration
|
|
RDP_DESC= MS Windows remote desktop support
|
|
TELEPATHY_CONFIGURE_WITH= telepathy
|
|
TELEPATHY_LIB_DEPENDS= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
|
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
|
RDP_CONFIGURE_ENABLE= rdp
|
|
RDP_BUILD_DEPENDS= xfreerdp:${PORTSDIR}/net/freerdp
|
|
RDP_RUN_DEPENDS= xfreerdp:${PORTSDIR}/net/freerdp
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for f in AUTHORS COPYING ChangeLog NEWS README
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|