2013-03-29 19:24:14 +01:00
|
|
|
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
2008-08-24 20:04:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= aubio
|
|
|
|
PORTVERSION= 0.3.2
|
2013-03-29 19:24:14 +01:00
|
|
|
PORTREVISION= 8
|
2008-08-24 20:04:07 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://aubio.org/pub/
|
|
|
|
|
2010-10-25 22:09:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-08-24 20:04:07 +02:00
|
|
|
COMMENT= Library for audio labelling
|
|
|
|
|
2012-08-19 11:42:08 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
|
|
|
|
LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate \
|
|
|
|
sndfile:${PORTSDIR}/audio/libsndfile \
|
|
|
|
jack:${PORTSDIR}/audio/jack \
|
2008-08-24 20:04:07 +02:00
|
|
|
fftw3f:${PORTSDIR}/math/fftw3-float \
|
2012-08-19 11:42:08 +02:00
|
|
|
lash:${PORTSDIR}/audio/lash
|
2008-08-24 20:04:07 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2012-08-19 18:35:34 +02:00
|
|
|
# --disable-complex: does not compile due to missing carg(3) et al.
|
|
|
|
CONFIGURE_ARGS= --disable-complex
|
2013-09-20 16:36:35 +02:00
|
|
|
NO_STAGE= yes
|
2013-08-31 01:01:05 +02:00
|
|
|
USES= gmake pathfix pkgconfig
|
2008-08-24 20:04:07 +02:00
|
|
|
USE_LDCONFIG= yes
|
2012-08-19 18:35:34 +02:00
|
|
|
|
2012-08-19 11:42:08 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2008-08-24 20:04:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|