Date: Mon, 23 May 2016 18:11:45 +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: r415736 - head/audio/libbs2b Message-ID: <201605231811.u4NIBjYv024019@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon May 23 18:11:44 2016 New Revision: 415736 URL: https://svnweb.freebsd.org/changeset/ports/415736 Log: - Add LICENSE - Switch to USES=localbase and pathfix PR: 209684 Submitted by: liangtai.s16@gmail.com (maintainer) Modified: head/audio/libbs2b/Makefile Modified: head/audio/libbs2b/Makefile ============================================================================== --- head/audio/libbs2b/Makefile Mon May 23 18:11:29 2016 (r415735) +++ head/audio/libbs2b/Makefile Mon May 23 18:11:44 2016 (r415736) @@ -1,4 +1,3 @@ -# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com> # $FreeBSD$ PORTNAME= libbs2b @@ -10,21 +9,18 @@ MASTER_SITES= SF/bs2b/${PORTNAME}/${PORT MAINTAINER= liangtai.s16@gmail.com COMMENT= Bauer Stereophonic-to-Binaural DSP +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS+= libsndfile.so:audio/libsndfile \ libogg.so:audio/libogg \ libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis -USES= tar:bzip2 gmake pkgconfig libtool +USES= gmake libtool localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= CFLAGS=`pkg-config --cflags sndfile` \ - LDFLAGS=`pkg-config --libs-only-L sndfile` INSTALL_TARGET= install-strip -pre-configure: - ${REINPLACE_CMD} -e 's@^\(pkgconfigdir = \).*@\1$${prefix}/libdata/pkgconfig@' \ - ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605231811.u4NIBjYv024019>