opnsense-ports/comms/libcodec2/Makefile
Franco Fichtner 6281a7f53c */*: sync with upstream
Taken from: FreeBSD
2016-04-22 08:38:33 +02:00

22 lines
425 B
Makefile

# 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
BROKEN_powerpc64= Does not build
LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
USE_LDCONFIG= yes
USES= cmake:outsource tar:xz
.include <bsd.port.mk>