aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-gabble/Makefile
blob: aef4fc4c6b3a89c0e6df16c2fbdefa109c26bdd0 (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
34
35
36
37
38
39
40
41
42
43
44
45
# Created by:  Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$

PORTNAME=   telepathy-gabble
PORTVERSION=    0.18.3
PORTREVISION=   2
CATEGORIES= net-im
MASTER_SITES=   http://telepathy.freedesktop.org/releases/${PORTNAME}/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Jabber Connection Manager for Telepathy Framework

BUILD_DEPENDS=  telepathy-glib>=0.22.0:${PORTSDIR}/net-im/telepathy-glib \
        ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss
LIB_DEPENDS=    libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
        libnice.so:${PORTSDIR}/net-im/libnice \
        libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
        libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
        libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
        libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth
RUN_DEPENDS=    ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \
        libnice-gst1>=0:${PORTSDIR}/net-im/libnice-gst1

PORTSCOUT=  limitw:1,even

USES=       alias gmake libtool pathfix pkgconfig python:build
USE_GNOME=  glib20 gtksourceview3 libxslt:build
USE_SQLITE= 3
USE_OPENSSL=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
CONFIGURE_ENV=  LIBS="-pthread"
INSTALL_TARGET= install-strip

PLIST_SUB=  PVERSION=${PORTVERSION}

.if defined(WITH_OPENSSL_BASE)
CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|-Werror||g' \
        ${WRKSRC}/lib/ext/wocky/configure

.include <bsd.port.mk>