freebsd-ports/net-im/farstream/Makefile
Piotr Kubaj 7e5d8b9d2e net-im/farstream: merge a patch necessary for Lync calls, pet portlint
Merge 11dde55cba.patch to fix Lync calls with net-im/pidgin-sipe.

Add USES=localbase:ldflags.

Move some entries to fix portlint issues.

PR:		240348
Approved by:	gnome (maintainer timeout), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21713
2019-09-21 15:17:32 +00:00

29 lines
791 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= farstream
PORTVERSION= 0.2.8
PORTREVISION= 1
CATEGORIES= net-im devel
MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/
PATCH_SITES= https://gitlab.collabora.com/farstream/farstream/commit/
PATCHFILES= 11dde55cbaf5179e8e1885cf1483e538a8d5a4a9.patch:-p1
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of GStreamer modules and libraries for videoconferencing
LIB_DEPENDS= libnice.so:net-im/libnice
RUN_DEPENDS= libnice-gst1>=0:net-im/libnice-gst1
USES= gettext gmake gnome libtool localbase:ldflags pathfix \
pkgconfig python
USE_LDCONFIG= yes
USE_GNOME= glib20 introspection:build
USE_GSTREAMER1= good bad
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>