summaryrefslogtreecommitdiffstats
path: root/net-im/farstream/Makefile
blob: 9a4619c4c66093bb58bd5a7e36c608439ea78961 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/net-im/farstream/Makefile 18610 2013-06-30 16:33:05Z marcus $

PORTNAME=   farstream
PORTVERSION=    0.2.3
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:${PORTSDIR}/net-im/libnice
RUN_DEPENDS=    libnice-gst1>=0:${PORTSDIR}/net-im/libnice-gst1

CONFLICTS=  farsight2-[0-9]*

NO_STAGE=   yes
USE_LDCONFIG=   yes
USE_PYTHON= yes
USES=       gettext gmake pathfix pkgconfig
USE_GNOME=  glib20 ltverhack
USE_GSTREAMER1= good bad
USE_AUTOTOOLS=  libtool
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>