summaryrefslogtreecommitdiff
path: root/chat/telepathy-mission-control/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-14 22:59:03 +0000
committerwiz <wiz@pkgsrc.org>2008-11-14 22:59:03 +0000
commite308e522fa11ca833b81aa2002bcc53d42bfac5a (patch)
tree33588dc5e2cf53f741964fe7d970f57554dddf21 /chat/telepathy-mission-control/Makefile
parent8ebf16092fb551e6c8b289f5a9aaa0e31e0ed6fe (diff)
downloadpkgsrc-e308e522fa11ca833b81aa2002bcc53d42bfac5a.tar.gz
Initial import of telepathy-mission-control-4.67:
Mission Control, or MC, is a Telepathy component providing a way for "end-user" applications to abstract some of the details of connection managers, to provide a simple way to manipulate a bunch of connection managers at once, and to remove the need to have in each program the account definitions and credentials. Misson Control implements some well-defined API's much like each connection manager respond to a set of well-defined telepathy API's. The set of API's implemented by MCs will be split in several interfaces to ease progressive and adaptative implementation of each facet. There are different types of files that the MC will use, and that are installed by the various connection managers package or third-party application needing to be hooked-in. MC is able to handle all those file formats as expected.
Diffstat (limited to 'chat/telepathy-mission-control/Makefile')
-rw-r--r--chat/telepathy-mission-control/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/chat/telepathy-mission-control/Makefile b/chat/telepathy-mission-control/Makefile
new file mode 100644
index 00000000000..0c3870fc847
--- /dev/null
+++ b/chat/telepathy-mission-control/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/14 22:59:03 wiz Exp $
+#
+
+DISTNAME= telepathy-mission-control-4.67
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mission-control/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://mission-control.sourceforge.net/
+COMMENT= Telepathy component providing abstractions for "end-user" applications
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+
+PKGCONFIG_OVERRIDE+= libmcclient.pc.in
+PKGCONFIG_OVERRIDE+= libmissioncontrol.pc.in
+PKGCONFIG_OVERRIDE+= mission-control.pc.in
+
+.include "../../chat/libtelepathy/buildlink3.mk"
+.include "../../chat/telepathy-glib/buildlink3.mk"
+.include "../../devel/GConf/schemas.mk"
+.include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gnome-keyring+= gnome-keyring>=2.22
+.include "../../lang/python/application.mk"
+.include "../../security/gnome-keyring/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"