Date: Fri, 15 May 2015 16:57:19 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386435 - head/audio/aubio Message-ID: <201505151657.t4FGvJNn050403@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 15 16:57:19 2015 New Revision: 386435 URL: https://svnweb.freebsd.org/changeset/ports/386435 Log: - Strip library - Add LICENSE Modified: head/audio/aubio/Makefile Modified: head/audio/aubio/Makefile ============================================================================== --- head/audio/aubio/Makefile Fri May 15 16:55:06 2015 (r386434) +++ head/audio/aubio/Makefile Fri May 15 16:57:19 2015 (r386435) @@ -3,13 +3,16 @@ 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 \ @@ -22,6 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-complex USES= gmake pathfix pkgconfig libtool USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505151657.t4FGvJNn050403>