From d38d75133ae104aa976990329feebb6ed291cfe9 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 22 May 2010 04:42:32 +0000 Subject: The Bauer stereophonic-to-binaural DSP (bs2b) is designed to improve headphone listening of stereo audio records. WWW: http://bs2b.sourceforge.net/ PR: ports/146814 Submitted by: SimaMoto,RyoTa --- audio/libbs2b/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 audio/libbs2b/Makefile (limited to 'audio/libbs2b/Makefile') diff --git a/audio/libbs2b/Makefile b/audio/libbs2b/Makefile new file mode 100644 index 000000000000..85ed66867a08 --- /dev/null +++ b/audio/libbs2b/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: libbs2b +# Date created: 22 May 2010 +# Whom: SimaMoto,RyoTa +# +# $FreeBSD$ +# + +PORTNAME= libbs2b +PORTVERSION= 3.1.0 +CATEGORIES= audio +MASTER_SITES= SF/bs2b/bs2b/${PORTVERSION} + +MAINTAINER= liangtai.s4@gmail.com +COMMENT= Bauer Stereophonic-to-Binaural DSP + +LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile + +USE_PKGCONFIG= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= CFLAGS=`pkg-config --cflags sndfile` \ + LDFLAGS=`pkg-config --libs-only-L sndfile` + +pre-configure: + ${REINPLACE_CMD} -e 's@^\(pkgconfigdir = \).*@\1$${prefix}/libdata/pkgconfig@' \ + ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in + +.include -- cgit v1.2.3