19 lines
484 B
Makefile
19 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/01/27 18:41:11 wiz Exp $
|
|
|
|
DISTNAME= chromaprint-0.7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://bitbucket.org/acoustid/chromaprint/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://acoustid.org/chromaprint
|
|
COMMENT= Audio fingerprinting
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
# build and install "fpcalc"
|
|
CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=on
|
|
|
|
.include "../../multimedia/ffmpeg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|