1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/audio/noise-suppression-for-voice-lv2/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
623 B
Makefile

PORTNAME= noise-suppression-for-voice
DISTVERSIONPREFIX= v
DISTVERSION= 0.91-2
DISTVERSIONSUFFIX= -g6466b34
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= Real-time noise suppression plugin
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= lv2>0:audio/lv2
USES= cmake compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= werman
CMAKE_OFF= BUILD_VST_PLUGIN BUILD_LADSPA_PLUGIN # https://github.com/werman/noise-suppression-for-voice/issues/65
PLIST_FILES= lib/lv2/rnnoise.lv2/manifest.ttl \
lib/lv2/rnnoise.lv2/rnnoise.ttl \
lib/lv2/rnnoise.lv2/rnnoise_lv2.so
.include <bsd.port.mk>