Index: head/audio/aubio/Makefile =================================================================== --- head/audio/aubio/Makefile (revision 386434) +++ head/audio/aubio/Makefile (revision 386435) @@ -1,29 +1,33 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= aubio PORTVERSION= 0.3.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= http://aubio.org/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for audio labelling +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ libjack.so:${PORTSDIR}/audio/jack \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ liblash.so:${PORTSDIR}/audio/lash GNU_CONFIGURE= yes # --disable-complex: does not compile due to missing carg(3) et al. CONFIGURE_ARGS= --disable-complex USES= gmake pathfix pkgconfig libtool USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lm .include