aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aubio/Makefile
blob: b10a183b9f3378a5f54e483c15745d126b73f09a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    aubio
# Date created:             2008-07-21
# Whom:             Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   aubio
PORTVERSION=    0.3.2
PORTREVISION=   7
CATEGORIES= audio
MASTER_SITES=   http://aubio.org/pub/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Library for audio labelling

BUILD_DEPENDS=  ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
LIB_DEPENDS=    samplerate:${PORTSDIR}/audio/libsamplerate \
        sndfile:${PORTSDIR}/audio/libsndfile \
        jack:${PORTSDIR}/audio/jack \
        fftw3f:${PORTSDIR}/math/fftw3-float \
        lash:${PORTSDIR}/audio/lash

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
# --disable-complex: does not compile due to missing carg(3) et al.
CONFIGURE_ARGS= --disable-complex

.include <bsd.port.mk>