summaryrefslogtreecommitdiffstats
path: root/net-im/farstream/Makefile
blob: 942a64d4dcd33883c8615405da0d5639fb805114 (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   farstream
PORTVERSION=    0.2.4
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

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>