mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
0ebaecc6fa
Approved by: portmgr blanket
29 lines
784 B
Makefile
29 lines
784 B
Makefile
# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libbs2b
|
|
PORTVERSION= 3.1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/bs2b/bs2b/${PORTVERSION}
|
|
|
|
MAINTAINER= liangtai.s4@gmail.com
|
|
COMMENT= Bauer Stereophonic-to-Binaural DSP
|
|
|
|
LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile \
|
|
libogg.so:${PORTSDIR}/audio/libogg \
|
|
libFLAC.so:${PORTSDIR}/audio/flac \
|
|
libvorbis.so:${PORTSDIR}/audio/libvorbis
|
|
|
|
USES= tar:bzip2 gmake pkgconfig libtool
|
|
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>
|