mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
ef3fb3edb5
Linphone 3.10.2 bctoolbox 0.2.0 oRTP 0.27.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis) bzrtp 1.0.4 Belle-SIP 1.5.0 Mediastreamer 2.14.0 MS plugins (msbcg729 1.0.2, msopenh264 1.1.2)
32 lines
770 B
Makefile
32 lines
770 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= msbcg729
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SAVANNAH/linphone/plugins/sources
|
|
DISTNAME= bcg729-${DISTVERSION}
|
|
|
|
MAINTAINER= tijl@FreeBSD.org
|
|
COMMENT= Software G729A codec plugin for Mediastreamer
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libortp.so:net/ortp \
|
|
libmediastreamer_base.so:net/mediastreamer
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static --disable-strict
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool pkgconfig
|
|
|
|
post-patch:
|
|
# Don't install libbcg729 (provided by audio/bcg729).
|
|
@${REINPLACE_CMD} \
|
|
-e '/^LTLIBRARIES =/s/lib_LTLIBRARIES/noinst_LTLIBRARIES/' \
|
|
-e 's/^lib_LTLIBRARIES/noinst_LTLIBRARIES/' \
|
|
-e 's/-rpath $$(libdir)//' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|