summaryrefslogtreecommitdiff
path: root/net-im/telepathy-rakia/Makefile
blob: 4135c9270daac0359ce285b3dfc70bcc1a0a5b45 (plain)
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: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
#    $MCom: ports/trunk/net-im/telepathy-rakia/Makefile 19804 2014-08-13 14:55:11Z kwm $

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

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	SIP connection manager based around the Sofia-SIP library

LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
		libsofia-sip-ua-glib.so:net/sofia-sip \
		libtelepathy-glib.so:net-im/telepathy-glib

USES=		gmake pathfix pkgconfig python:build
USE_GNOME=	glib20 libxslt:build
GNU_CONFIGURE=	yes
USE_OPENSSL=	yes
INSTALL_TARGET=	install-strip

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>