blob: 5cf4ffdad7bdfceb7d6925fbc80f06aaa3317c41 (
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
|
# 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= 1
CATEGORIES= audio
MASTER_SITES= http://aubio.org/pub/
MAINTAINER= trasz@FreeBSD.org
COMMENT= Library for audio labelling
LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
sndfile.1:${PORTSDIR}/audio/libsndfile \
jack.0:${PORTSDIR}/audio/jack \
fftw3f:${PORTSDIR}/math/fftw3-float \
lash.2:${PORTSDIR}/audio/lash
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
# --disable-complex, because it won't compile otherwise
# due to missing carg(3) et al.
CONFIGURE_ARGS= "CFLAGS=${CFLAGS} -I${LOCALBASE}/include" --disable-complex
.include <bsd.port.mk>
|