41dcf868c3
tp-logger is a headless Observer client that logs information received by the Telepathy framework. It features pluggable backends to log different sorts of messages, in different formats. tp-logger features a Telepathy-style D-Bus API to expose logs and interesting information related to logging (most frequent contacts, etc.). It also provides a GLib-compatible client API for making bulk log requests (e.g. for display logs in applications without having to provide lots of information over D-Bus).
32 lines
777 B
Makefile
32 lines
777 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/23 13:35:15 jasper Exp $
|
|
|
|
COMMENT= flexible communications framework, logger component
|
|
|
|
DISTNAME= telepathy-logger-0.1.1
|
|
|
|
SHARED_LIBS= telepathy-logger 0.0
|
|
|
|
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-logger/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= devel/gconf2 \
|
|
devel/gettext
|
|
|
|
WANTLIB += ORBit-2 c dbus-1 dbus-glib-1 gio-2.0 glib-2.0 gmodule-2.0
|
|
WANTLIB += gobject-2.0 gthread-2.0 m pcre pthread xml2 z
|
|
|
|
BUILD_DEPENDS= ::devel/py-twisted/words
|
|
LIB_DEPENDS= telepathy-glib.>=5::net/telepathy/telepathy-glib
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
MODGCONF2_SCHEMAS_DIR= telepathy-logger
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--enable-gtk-doc=no \
|
|
--enable-shave
|
|
|
|
.include <bsd.port.mk>
|