# $FreeBSD: tags/RELEASE_11_0_0/audio/msbcg729/Makefile 412344 2016-04-01 13:29:15Z mat $

PORTNAME=	msbcg729
PORTVERSION=	1.0.1
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

.include <bsd.port.mk>
