summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-farsight/Makefile
blob: 72c82eac0fbb7690c88f6b48c7e8be8a369816c9 (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: ports/trunk/net-im/telepathy-farsight/Makefile 18394 2013-04-26 21:29:28Z kwm $

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

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

LIB_DEPENDS=    libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
        libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
        libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2

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

.include <bsd.port.mk>