2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2007-12-16 20:32:34 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gtk-vnc
|
2017-02-11 12:10:27 +01:00
|
|
|
PORTVERSION= 0.7.0
|
2007-12-16 20:32:34 +01:00
|
|
|
CATEGORIES= net gnome
|
2009-08-11 15:20:47 +02:00
|
|
|
MASTER_SITES= GNOME
|
2007-12-16 20:32:34 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= VNC viewer widget for GTK+
|
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
LICENSE= LGPL21
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= vapigen:lang/vala
|
|
|
|
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
|
|
|
libgcrypt.so:security/libgcrypt \
|
2017-02-11 12:10:27 +01:00
|
|
|
libgpg-error.so:security/libgpg-error \
|
2016-04-01 16:16:16 +02:00
|
|
|
libsasl2.so:security/cyrus-sasl2
|
2007-12-16 20:32:34 +01:00
|
|
|
|
2017-02-11 12:10:27 +01:00
|
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build
|
|
|
|
USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz
|
|
|
|
USE_XORG= x11
|
2007-12-16 20:32:34 +01:00
|
|
|
USE_LDCONFIG= yes
|
2009-01-10 06:22:13 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2017-02-11 12:10:27 +01:00
|
|
|
CONFIGURE_ARGS= --enable-introspection \
|
2014-11-19 12:49:04 +01:00
|
|
|
--disable-plugin --without-python
|
2014-04-26 00:54:09 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2007-12-16 20:32:34 +01:00
|
|
|
|
2015-08-05 21:13:24 +02:00
|
|
|
OPTIONS_DEFINE= PULSEAUDIO
|
|
|
|
OPTIONS_DEFAULT=PULSEAUDIO
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
PULSEAUDIO_DESC= use PulseAudio for audio playback
|
|
|
|
PULSEAUDIO_CONFIGURE_WITH= pulseaudio
|
2016-04-01 16:16:16 +02:00
|
|
|
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
|
2015-08-05 21:13:24 +02:00
|
|
|
|
2007-12-16 20:32:34 +01:00
|
|
|
.include <bsd.port.mk>
|