summaryrefslogtreecommitdiff
path: root/net-im/telepathy-farsight/Makefile
blob: 06c462f9e4b7fb2018bed7aea720e5cb7a841eb1 (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=	telepathy-farsight
PORTVERSION=	0.0.19
PORTREVISION=	2
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

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

.include <bsd.port.mk>