1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net-im/farstream/Makefile
Tijl Coosemans 54c5444eba Update GStreamer to 1.14.4.
PR:		231406
Submitted by:	Greg V <greg@unrelenting.technology>
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-11-03 11:58:10 +00:00

26 lines
676 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= farstream
PORTVERSION= 0.2.8
CATEGORIES= net-im devel
MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/
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
USE_LDCONFIG= yes
USES= gettext libtool gmake pathfix pkgconfig python
USE_GNOME= glib20 introspection:build
USE_GSTREAMER1= good bad
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>