1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/audio/msbcg729/Makefile
2015-04-17 10:43:16 +00:00

24 lines
536 B
Makefile

# $FreeBSD$
PORTNAME= msbcg729
PORTVERSION= 1.0.0
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:${PORTSDIR}/net/ortp \
libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --disable-strict
INSTALL_TARGET= install-strip
USES= libtool pkgconfig
.include <bsd.port.mk>