aboutsummaryrefslogtreecommitdiff
path: root/audio/chromaprint/Makefile
blob: 6fa72d7f3297fc0add7f1728270b9726c449ea2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	chromaprint
PORTVERSION=	1.1
CATEGORIES=	audio
MASTER_SITES=	http://bitbucket.org/acoustid/${PORTNAME}/downloads/

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	AcoustID audio fingerprinting library

LICENSE=	LGPL21

LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg

USES=		cmake:outsource pathfix
USE_LDCONFIG=	yes

CMAKE_ARGS=	-DBUILD_EXAMPLES:BOOL=ON \
		-DWITH_AVFFT:BOOL=ON \

.include <bsd.port.mk>