aboutsummaryrefslogtreecommitdiffstats
path: root/audio/bcg729/Makefile
blob: 710cf3d20df1ad56db5a9684b84db36dbc51fc14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: sobomax
# $FreeBSD$

PORTNAME=   bcg729
PORTVERSION=    1.0.4
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   https://linphone.org/releases/sources/bcg729/

MAINTAINER= madpilot@FreeBSD.org
COMMENT=    Software G729A encoder and decoder library written in C

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       cmake
USE_LDCONFIG=   yes

CMAKE_ARGS= -DENABLE_STATIC=NO

.include <bsd.port.mk>