37c8796785
too big dependency chain requested by steven@ discussed with steven@ espie@ fgsch@
42 lines
976 B
Makefile
42 lines
976 B
Makefile
# $OpenBSD: Makefile,v 1.4 2008/05/27 08:02:51 ajacoutot Exp $
|
|
|
|
COMMENT= audio/video communications framework
|
|
|
|
DISTNAME= farsight-0.1.25
|
|
PKGNAME= ${DISTNAME}p2
|
|
SHARED_LIBS += farsight-0.1 0.0 # .2.0
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://farsight.freedesktop.org/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/releases/farsight/
|
|
|
|
WANTLIB= glib-2.0 gmodule-2.0 gobject-2.0 gstreamer-0.10 \
|
|
gthread-2.0 m pcre z
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
LIB_DEPENDS= xml2::textproc/libxml
|
|
RUN_DEPENDS= ::multimedia/gstreamer-0.10/plugins-base
|
|
|
|
MODULES= devel/gettext
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --disable-check \
|
|
--disable-clinkc \
|
|
--disable-jingle-p2p
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/farsight
|
|
${INSTALL_DATA} ${WRKSRC}/{gstcodecs,gstelements}.conf \
|
|
${PREFIX}/share/farsight
|
|
|
|
.include <bsd.port.mk>
|