freebsd-ports/audio/chromaprint/Makefile
2016-01-07 15:11:19 +00:00

21 lines
429 B
Makefile

# $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>