freebsd-ports/audio/noise-repellent-lv2/Makefile
Yuri Victorovich 0c48417004 audio/noise-repellent-lv2: Update 0.1.4 -> 0.1.5-3
0.1.5-3 because 0.1.5 was broken, installed files into wrong locations where LV2 hosts don't look for them.
2020-01-07 02:09:35 +00:00

27 lines
575 B
Makefile

# $FreeBSD$
PORTNAME= noise-repellent
DISTVERSION= 0.1.5-3
DISTVERSIONSUFFIX= -g7f5a8fb
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= LV2 plugin for broadband noise reduction
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= lv2>0:audio/lv2 \
${LOCALBASE}/include/fftw3.h:math/fftw3
LIB_DEPENDS= libfftw3f.so:math/fftw3-float
USES= meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= lucianodato
PLIST_FILES= lib/lv2/nrepel.lv2/manifest.ttl \
lib/lv2/nrepel.lv2/nrepel.so \
lib/lv2/nrepel.lv2/nrepel.ttl
.include <bsd.port.mk>