aboutsummaryrefslogtreecommitdiffstats
path: root/audio/codec2/Makefile
blob: bf8ed4c7f2c00cfd40baa820a1b9c6e167c0f55c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   codec2
PORTVERSION=    0.5
CATEGORIES= audio hamradio
MASTER_SITES=   http://files.freedv.org/codec2/ \
        LOCAL/shurd

MAINTAINER= hamradio@FreeBSD.org
COMMENT=    Low bit rate codec

LIB_DEPENDS=    libspeex.so:audio/speex

USES=       cmake:outsource compiler:c11 tar:xz
CMAKE_ARGS+=    -DBUILD_SHARED_LIBS:BOOL=ON

USE_LDCONFIG=   yes

.include <bsd.port.mk>