The Telepathy project aims to provide a unified framework for all forms of real time conversations, including instant messaging, IRC, voice calls and video calls. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly benefit from Telepathy's functionality. feedback from steven@ and simon@
23 lines
533 B
Makefile
23 lines
533 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/27 16:18:53 jasper Exp $
|
|
|
|
COMMENT= flexible communications framework, main library
|
|
|
|
DISTNAME= libtelepathy-0.2.0
|
|
SHARED_LIBS += telepathy 0.0 # .6.1
|
|
|
|
MASTER_SITES= http://telepathy.freedesktop.org/releases/libtelepathy/
|
|
|
|
WANTLIB= dbus-1 glib-2.0 gobject-2.0 pcre
|
|
|
|
MODULES= devel/gettext
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::textproc/libxslt
|
|
LIB_DEPENDS= dbus-glib-1::x11/dbus-glib
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|