blob: a835e7befe05a617a177cb96faa0075157144b43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= telepathy-sofiasip
PORTVERSION= 0.4.5
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= SF/tp-sofiasip/${PORTNAME}/${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= SIP (sofia-sip) Connection Manager for Telepathy Framework
WWW= http://sofia-sip.sourceforge.net/
LIB_DEPENDS= libsofia-sip-ua.so:net/sofia-sip \
libtelepathy-glib.so:net-im/telepathy-glib \
libdbus-glib-1.so:devel/dbus-glib
GNU_CONFIGURE= yes
USES= gmake gnome pkgconfig ssl
USE_GNOME= glib20
.include <bsd.port.mk>
|