From owner-svn-ports-head@FreeBSD.ORG Fri May 15 16:57:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 324E71F8; Fri, 15 May 2015 16:57:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2096315AC; Fri, 15 May 2015 16:57:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FGvKC2050404; Fri, 15 May 2015 16:57:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FGvJNn050403; Fri, 15 May 2015 16:57:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505151657.t4FGvJNn050403@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 15 May 2015 16:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386435 - head/audio/aubio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 16:57:20 -0000 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