summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-farsight/Makefile
blob: 4b5916a9b76624ca91a5212fa44aab83a97ac8fc (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
# New ports collection makefile for:    telepathy-farsight
# Date created:             27 February 2009
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/net-im/telepathy-farsight/Makefile,v 1.16 2010/12/04 07:33:07 ade Exp $
#

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

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Farsight 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 \
        farsight2-0.10.pc:${PORTSDIR}/net-im/farsight2

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_LDCONFIG=   yes
USE_PYTHON= yes
USE_AUTOTOOLS=  libtool
USE_GNOME=  gnomehack pkgconfig glib20 ltverhack
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"

.include <bsd.port.mk>