openbsd-ports/net/farsight2/Makefile
2010-04-22 12:23:03 +00:00

42 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.2 2010/04/22 12:23:03 jasper Exp $
COMMENT= audio/video communications framework
DISTNAME= farsight2-0.0.17
SHARED_LIBS += gstfarsight-0.10 1.0 # .4.0
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>