diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-14 22:57:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-14 22:57:10 +0000 |
commit | 1e7592c0ab0d85c56c0e28eb228836acbf1e4b8d (patch) | |
tree | 1eed34c3c8ba86ebd3bc5fe8d38d3268683bf5fe /chat/telepathy-glib/Makefile | |
parent | 3ec758759e7db81273830872abd767eaf6fff91c (diff) | |
download | pkgsrc-1e7592c0ab0d85c56c0e28eb228836acbf1e4b8d.tar.gz |
Initial import of telepathy-glib-0.7.18:
This is a library for GLib-based Telepathy components.
Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It
abstracts differences between protocols to provide a unified
interface for applications.
Diffstat (limited to 'chat/telepathy-glib/Makefile')
-rw-r--r-- | chat/telepathy-glib/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile new file mode 100644 index 00000000000..95396572c49 --- /dev/null +++ b/chat/telepathy-glib/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/14 22:57:10 wiz Exp $ +# + +DISTNAME= telepathy-glib-0.7.18 +CATEGORIES= chat +MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-glib/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://telepathy.freedesktop.org/wiki/Telepathy%20GLib +COMMENT= GObject-based C binding for the Telepathy D-Bus API + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake pkg-config + +PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in + +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0 +.include "../../devel/glib2/buildlink3.mk" +.include "../../lang/python/application.mk" +BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.73 +.include "../../sysutils/dbus-glib/buildlink3.mk" +BUILDLINK_API_DEPENDS.dbus+= dbus>=0.95 +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../textproc/gtk-doc/buildlink3.mk" +.include "../../textproc/libxslt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |