openbsd-ports/net/farsight2/Makefile
jasper 9b11ef5358 import farsight2 0.0.16
Farsight 2 is a collection of GStreamer modules and libraries for
videoconferencing.

initially started in a dungeon in gypsy-land...
feedback and ok aja@
2009-11-29 18:56:43 +00:00

42 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/11/29 18:56:43 jasper Exp $
COMMENT= audio/video communications framework
DISTNAME= farsight2-0.0.16
SHARED_LIBS += gstfarsight-0.10 0.0 # .3.1
CATEGORIES= net multimedia
HOMEPAGE= http://farsight.freedesktop.org/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/releases/farsight2/
WANTLIB += ffi glib-2.0 gmodule-2.0 gobject-2.0 gstbase-0.10 gstnetbuffer-0.10
WANTLIB += gstreamer-0.10 gstrtp-0.10 gthread-2.0 m pcre xml2
WANTLIB += z
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= nice::net/libnice
RUN_DEPENDS= :gstreamer-plugins-farsight->=0.12.11p0:multimedia/gstreamer-0.10/plugins-farsight \
::multimedia/gstreamer-0.10/py-gstreamer
MODULES= devel/gettext \
lang/python
USE_GMAKE= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS+= --tag=disable-static
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-gtk-doc \
--disable-gupnp \
--disable-static \
--disable-shave
.include <bsd.port.mk>