summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-farstream/Makefile
blob: 58869f7b57999ef366ce55bb6122b6bb5a15093d (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom

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

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

LIB_DEPENDS=    dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
        telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
        farstream-0.1:${PORTSDIR}/net-im/farstream

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes
USE_PYTHON= yes
USE_AUTOTOOLS=  libtool
USES=       pathfix pkgconfig
USE_GNOME=  glib20 ltverhack libxslt:build
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib -pthread

.include <bsd.port.mk>