freebsd-ports/audio/chromaprint/Makefile
Jason E. Hale aaab263f36 Chromaprint is the core component of the AcoustID project. It is
a client-side library that implements a custom algorithm for
extracting fingerprints from any audio source.  Also included is
fpcalc, a small utility for calculating AcoustID fingerprints.

WWW: http://acoustid.org/chromaprint

Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-27 15:48:57 +00:00

26 lines
536 B
Makefile

# $FreeBSD$
PORTNAME= chromaprint
PORTVERSION= 0.7
CATEGORIES= audio
MASTER_SITES= http://cloud.github.com/downloads/lalinsky/${PORTNAME}/
MAINTAINER= jhale@FreeBSD.org
COMMENT= AcoustID audio fingerprinting library
LICENSE= LGPL21
LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg
USE_CMAKE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=ON \
-DWITH_AVFFT:BOOL=ON
post-patch:
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>