2013-03-08 10:51:34 +00:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2009-02-28 05:12:56 +00:00
|
|
|
# $FreeBSD$
|
2014-11-19 11:49:04 +00:00
|
|
|
# $MCom: ports/trunk/net-im/farsight2/Makefile 19804 2014-08-13 14:55:11Z kwm $
|
2009-02-28 05:12:56 +00:00
|
|
|
|
|
|
|
PORTNAME= farsight2
|
2013-03-08 10:51:34 +00:00
|
|
|
PORTVERSION= 0.0.31
|
2015-08-02 15:03:19 +00:00
|
|
|
PORTREVISION= 3
|
2009-02-28 05:12:56 +00:00
|
|
|
CATEGORIES= net-im devel
|
2013-04-02 09:27:05 +00:00
|
|
|
MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farsight2/ \
|
|
|
|
http://miwibox.org/distfiles/
|
2009-02-28 05:12:56 +00:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Collection of GStreamer modules and libraries for videoconferencing
|
|
|
|
|
2016-04-01 14:16:16 +00:00
|
|
|
LIB_DEPENDS= libnice.so:net-im/libnice
|
|
|
|
RUN_DEPENDS= libnice-gst010>=0:net-im/libnice-gst010
|
2009-02-28 05:12:56 +00:00
|
|
|
|
2019-11-08 13:34:26 +00:00
|
|
|
USES= gettext gmake gnome libtool pathfix pkgconfig python:2.7
|
2009-02-28 05:12:56 +00:00
|
|
|
USE_LDCONFIG= yes
|
2014-09-01 15:45:10 +00:00
|
|
|
USE_GNOME= glib20
|
2009-02-28 05:12:56 +00:00
|
|
|
USE_GSTREAMER= core good bad python
|
2014-09-01 15:45:10 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2014-09-01 15:45:10 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2009-02-28 05:12:56 +00:00
|
|
|
|
2013-03-08 10:51:34 +00:00
|
|
|
.include <bsd.port.mk>
|