2010-05-22 06:42:32 +02:00
|
|
|
# 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
|
2012-07-22 10:24:40 +02:00
|
|
|
PORTREVISION= 1
|
2010-05-22 06:42:32 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= SF/bs2b/bs2b/${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= liangtai.s4@gmail.com
|
|
|
|
COMMENT= Bauer Stereophonic-to-Binaural DSP
|
|
|
|
|
2012-07-22 10:24:40 +02:00
|
|
|
LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile \
|
|
|
|
ogg:${PORTSDIR}/audio/libogg \
|
|
|
|
FLAC:${PORTSDIR}/audio/flac \
|
|
|
|
vorbis:${PORTSDIR}/audio/libvorbis
|
2010-05-22 06:42:32 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2012-07-26 07:40:22 +02:00
|
|
|
USE_PKGCONFIG= yes
|
2010-05-22 06:42:32 +02:00
|
|
|
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>
|