mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
20 lines
364 B
Makefile
20 lines
364 B
Makefile
# $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>
|