aboutsummaryrefslogtreecommitdiffstats
path: root/net/gtk-vnc/Makefile
blob: 620ec18c72e9b429047131250807387125e1e97c (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/net/gtk-vnc/Makefile 20031 2014-11-02 21:47:55Z kwm $

PORTNAME=   gtk-vnc
PORTVERSION=    0.4.4
PORTREVISION=   3
CATEGORIES= net gnome
MASTER_SITES=   GNOME

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

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING.LIB

BUILD_DEPENDS=  vapigen:${PORTSDIR}/lang/vala
LIB_DEPENDS=    libgnutls.so:${PORTSDIR}/security/gnutls \
        libgcrypt.so:${PORTSDIR}/security/libgcrypt \
        libsasl2.so:${PORTSDIR}/security/cyrus-sasl2

USE_GNOME=  gtk30 introspection:build
USES=       gettext gmake libtool pathfix pkgconfig tar:xz
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-gtk=3.0 --enable-introspection \
        --disable-plugin --without-python
MAKE_JOBS_UNSAFE=   yes
INSTALL_TARGET= install-strip

.include <bsd.port.mk>