aboutsummaryrefslogtreecommitdiff
path: root/audio/libkeyfinder/Makefile
blob: 19e5c875d1edc3fcebb989e94d8b83fb43da961d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	libkeyfinder
PORTVERSION=	2.2.6
DISTVERSIONPREFIX=	v
CATEGORIES=	audio

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Small C++11 library for estimating the musical key of digital audio
WWW=		https://github.com/mixxxdj/libkeyfinder

LICENSE=	GPLv3

LIB_DEPENDS=	libfftw3.so:math/fftw3

USES=		cmake

USE_GITHUB=	yes
GH_ACCOUNT=	mixxxdj

CMAKE_ARGS+=	-DBUILD_TESTING:BOOL=OFF

.include <bsd.port.mk>