svn commit: r386435 - head/audio/aubio

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 15 16:57:20 UTC 2015


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 at 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


More information about the svn-ports-all mailing list