Files
ports/audio/lpcnet/Makefile
T
takefu a6361e08a0 audio/lpcnet: update 20210629 → 0.5
Uncouple circular build dependency with codec2, ctests reduced to a working set,
build system maintenance for different machines.

PR:	275098
2023-11-14 18:41:04 -08:00

29 lines
606 B
Makefile

PORTNAME= lpcnet
DISTVERSIONPREFIX=v
DISTVERSION= 0.5
PORTEPOCH= 1
CATEGORIES= audio hamradio
MASTER_SITES= https://rowetel.com/downloads/deep/:ADD
DISTFILES= lpcnet_191005_v1.0.tgz:ADD
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Neural Net speech coding
WWW= https://freedv.org/
LICENSE= LGPL21
USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= drowe67
GH_PROJECT= LPCNet
CMAKE_ARGS= -DMACHINE_CPU:STRING="${MACHINE_CPU}" \
-DWRKDIR:STRING=${WRKDIR} \
-DWRKSRC:STRING=${WRKSRC}
post-extract:
@${EXTRACT_CMD} xf ${DISTDIR}/lpcnet_191005_v1.0.tgz -C${WRKSRC}/src
.include <bsd.port.mk>