freebsd-ports/net-im/telepathy-farstream/Makefile
Tobias C. Berner 69c95aeba9 net-im/telepathy-farstream: fix with python 3
PR:		247333
Submitted by:	swills
2020-08-02 15:43:28 +00:00

27 lines
757 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= telepathy-farstream
PORTVERSION= 0.6.2
PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Farstream Connection Manager for Telepathy Framework
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gtkdoc-check:textproc/gtk-doc
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
libtelepathy-glib.so:net-im/telepathy-glib \
libfarstream-0.2.so:net-im/farstream
USES= gmake gnome libtool localbase:ldflags pathfix pkgconfig python
USE_GNOME= glib20 libxslt:build introspection:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>