summaryrefslogtreecommitdiffstats
path: root/net/gtk-vnc3/Makefile
blob: 131e99b6c16ff94a0a051cce7ec31d8bd5b32d2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    gtk-vnc
# Date created:             16 December 2007
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/net/gtk-vnc/Makefile,v 1.19 2010/05/31 02:00:18 ade Exp $
#

PORTNAME=   gtk-vnc
PORTVERSION=    0.4.1
CATEGORIES= net gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    VNC viewer widget for GTK+

LIB_DEPENDS=    gnutls:${PORTSDIR}/security/gnutls \
        sasl2.2:${PORTSDIR}/security/cyrus-sasl2

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING.LIB
#USE_GNOME= pygtk2 gnomehack
USE_GNOME=  gnomehack
USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
#USE_PYTHON=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-gtk=3.0 --disable-introspection
MAN1=       gvnccapture.1

.include <bsd.port.mk>