diff options
Diffstat (limited to 'chat/telepathy-farstream/Makefile')
-rw-r--r-- | chat/telepathy-farstream/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/chat/telepathy-farstream/Makefile b/chat/telepathy-farstream/Makefile new file mode 100644 index 00000000000..0ad362908e6 --- /dev/null +++ b/chat/telepathy-farstream/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2015/12/01 13:03:05 jaapb Exp $ + +DISTNAME= telepathy-farstream-0.6.2 +CATEGORIES= chat +MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-farstream/ + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= http://telepathy.freedesktop.org/doc/telepathy-farstream/ +COMMENT= Farstream connection manager for Telepathy +LICENSE= gnu-lgpl-v2.1 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= telepathy-farstream/telepathy-farstream.pc.in + +.include "../../chat/farstream/buildlink3.mk" +BUILDLINK_API_DEPENDS.telepathy-glib+= telepathy-glib>=0.21 +.include "../../chat/telepathy-glib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../multimedia/gstreamer1/buildlink3.mk" +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |