mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
fa4a8de0b2
Approved by: madpilot
24 lines
536 B
Makefile
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>
|