blob: 8fc569cdccfc0e0d00b50aaf5b376c3ff0e16c94 (
plain) (
blame)
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.4.1
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:${PORTSDIR}/audio/speexdsp
USE_LDCONFIG= yes
USES= cmake:outsource
.include <bsd.port.mk>
|