summaryrefslogtreecommitdiffstats
path: root/net/gtk-vnc/Makefile
blob: a89f26a213d4e212cfa6d0948cc1f8fa900a1fc0 (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$

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

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

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

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

USE_XZ=     yes
USE_GNOME=  gtk20 introspection:build
USES=       gettext gmake pathfix pkgconfig
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-gtk=2.0 --enable-introspection \
        --disable-plugin --without-python
MAKE_JOBS_UNSAFE=yes

post-install:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.0

.include <bsd.port.mk>