blob: 0f7f5c8c8299f340d36598bd743e500dc273e99c (
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
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
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= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
gstfarsight-0.10:${PORTSDIR}/net-im/farsight2
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_PYTHON= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack glib20 ltverhack libxslt:build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.mk>
|