1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/gtk-vnc/Makefile
Jeremy Messenger 02cb11bd60 Fix vinagre and possible other applications when trying to connect to
TightVNC V2. Bump the PORTREVISION.

PR:		ports/166192
Submitted by:	Kevin Oberman <rkoberman@gmail.com>
Obtained from:	Its git.
Feature safe:	yes
2012-03-17 17:38:00 +00:00

33 lines
745 B
Makefile

# New ports collection makefile for: gtk-vnc
# Date created: 16 December 2007
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtk-vnc
PORTVERSION= 0.3.10
PORTREVISION= 5
CATEGORIES= net gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= VNC viewer widget for GTK+
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
gcrypt.18:${PORTSDIR}/security/libgcrypt \
sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \
gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
USE_GNOME= pygtk2 gnomehack
USE_GMAKE= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-gtkglext=yes
.include <bsd.port.mk>