aboutsummaryrefslogtreecommitdiffstats
path: root/audio/chromaprint/Makefile
blob: 53a2069f3dbdc471b39f91d9ab7de5f84b71fdd4 (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:multimedia/ffmpeg

USES=       cmake:outsource pathfix
USE_LDCONFIG=   yes

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

.include <bsd.port.mk>