summaryrefslogtreecommitdiffstats
path: root/net-im/farsight2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/farsight2/Makefile')
-rw-r--r--net-im/farsight2/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile
new file mode 100644
index 000000000..b525737ae
--- /dev/null
+++ b/net-im/farsight2/Makefile
@@ -0,0 +1,33 @@
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
+# $FreeBSD: head/net-im/farsight2/Makefile 327756 2013-09-20 22:13:34Z bapt $
+# $MCom$
+
+PORTNAME= farsight2
+PORTVERSION= 0.0.31
+PORTREVISION= 1
+CATEGORIES= net-im devel
+MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farsight2/ \
+ http://miwibox.org/distfiles/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Collection of GStreamer modules and libraries for videoconferencing
+
+LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice
+RUN_DEPENDS= libnice-gst010>=0:${PORTSDIR}/net-im/libnice-gst010
+
+USES= gettext gmake pathfix pkgconfig
+USE_LDCONFIG= yes
+USE_PYTHON= yes
+USE_GNOME= glib20 ltverhack
+USE_GSTREAMER= core good bad python
+USE_AUTOTOOLS= libtool
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/farsight2-0.0/lib*.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/farsight.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgstfarsight-0.10.so.0
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-0.10/lib*.so
+
+.include <bsd.port.mk>