mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d38d75133a
to improve headphone listening of stereo audio records. WWW: http://bs2b.sourceforge.net/ PR: ports/146814 Submitted by: SimaMoto,RyoTa <liangtai.s4 at gmail.com>
31 lines
728 B
Makefile
31 lines
728 B
Makefile
# New ports collection makefile for: libbs2b
|
|
# Date created: 22 May 2010
|
|
# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com>
|
|
#
|
|
# $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 <bsd.port.mk>
|