34 lines
830 B
Makefile
34 lines
830 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2011/10/06 11:45:47 ryoon Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= aubio-0.3.2
|
||
|
CATEGORIES= audio
|
||
|
MASTER_SITES= http://aubio.org/pub/
|
||
|
|
||
|
MAINTAINER= pho@cielonegro.org
|
||
|
HOMEPAGE= http://aubio.org/
|
||
|
COMMENT= Extracting annotations from audio signals
|
||
|
LICENSE= gnu-gpl-v2
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_LIBTOOL= yes
|
||
|
USE_TOOLS+= pkg-config
|
||
|
|
||
|
PKGCONFIG_OVERRIDE+= aubio.pc.in
|
||
|
|
||
|
# Python related variables:
|
||
|
PY_PATCHPLIST= yes
|
||
|
PYTHON_PATCH_SCRIPTS= python/aubiocut python/aubiopitch
|
||
|
|
||
|
.include "options.mk"
|
||
|
|
||
|
.include "../../audio/libsamplerate/buildlink3.mk"
|
||
|
.include "../../audio/libsndfile/buildlink3.mk"
|
||
|
.include "../../devel/swig/buildlink3.mk"
|
||
|
.include "../../lang/python/application.mk"
|
||
|
.include "../../lang/python/extension.mk"
|
||
|
.include "../../math/fftw/buildlink3.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|