aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/libtelepathy/Makefile
blob: 5381e6b6e150f8907063142ec2974ec5d9617470 (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
# New ports collection makefile for:    libtelepathy
# Date created:             Apr 16 2007
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/net-im/libtelepathy/Makefile,v 1.3 2008/02/27 14:00:06 ahze Exp $

PORTNAME=   libtelepathy
PORTVERSION=    0.3.3
PORTREVISION=   1
CATEGORIES= net-im devel
MASTER_SITES=   http://telepathy.freedesktop.org/releases/${PORTNAME}/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Flexible Communications Framework

LIB_PC_DEPENDS= dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib

BUILD_DEPENDS=  xsltproc:${PORTSDIR}/textproc/libxslt
LIB_DEPENDS=    telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib

BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
RUN_DEPENDS+=   ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}

USE_GMAKE=  yes
USE_LDCONFIG=   yes
USE_GNOME=  gnomehack pkgconfig glib20 ltverhack gnometarget
USE_AUTOTOOLS=  libtool:22

.include <bsd.port.mk>