If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
34 lines
836 B
Makefile
34 lines
836 B
Makefile
# 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
|
|
# --disable-complex: does not compile due to missing carg(3) et al.
|
|
CONFIGURE_ARGS= --disable-complex
|
|
USE_GMAKE= yes
|
|
USES= pathfix
|
|
USE_LDCONFIG= yes
|
|
USE_PKGCONFIG= build
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|