summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-gabble/Makefile
blob: d9353dc113dd835189554c8f3b70ce0dbd8d37ee (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
# New ports collection makefile for:    telepathy-gabble
# Date created:             Apr 19 2007
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#    $MCom$

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

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

LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
        dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \
        telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \
        loudmouth-1.0.pc:${PORTSDIR}/net-im/loudmouth

BUILD_DEPENDS=  xsltproc:${PORTSDIR}/textproc/libxslt

BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
RUN_DEPENDS+=   ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack pkgconfig glib20
USE_OPENSSL=    yes
USE_PYTHON_BUILD=   yes

MAN8=       telepathy-gabble.8

.include <bsd.port.pre.mk>

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

.include <bsd.port.post.mk>