blob: c2af50ff7c23e8262eb2f8d85e33d6a951f5d225 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Takefu <takefu@airport.fm>
# $FreeBSD$
PORTNAME= libcodec2
PORTVERSION= 0.5
CATEGORIES= comms hamradio
MASTER_SITES= http://files.freedv.org/codec2/
DISTNAME= codec2-${PORTVERSION}
MAINTAINER= takefu@airport.fm
COMMENT= Codec 2 speech codec
LICENSE= LGPL21
LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
USE_LDCONFIG= yes
USES= cmake:outsource tar:xz
.include <bsd.port.mk>
|