summaryrefslogtreecommitdiff
path: root/audio/chromaprint
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-27 18:41:11 +0000
committerwiz <wiz@pkgsrc.org>2014-01-27 18:41:11 +0000
commita8ce86997e0153e277ba6f540fddb593c3f19f44 (patch)
tree5a670e83731c045a6a2cd732ed95c0208be6f15a /audio/chromaprint
parentd3a768ef59085720a0f42c43102737c59d39abd9 (diff)
downloadpkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'audio/chromaprint')
-rw-r--r--audio/chromaprint/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile
index 8c45cdb6888..0032f660fc1 100644
--- a/audio/chromaprint/Makefile
+++ b/audio/chromaprint/Makefile
@@ -1,22 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2013/04/02 10:44:41 drochner Exp $
-#
+# $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/
-FETCH_USING= curl
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://acoustid.org/chromaprint
COMMENT= Audio fingerprinting
LICENSE= gnu-lgpl-v2
-#WRKSRC= ${WRKDIR} # More than one possibility -- please check manually.
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"