1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/audio/libbs2b/Makefile
Michael Scheidell 1c08c2201c - Remove invalid USE_PKGCONFIG [1], reported in ports/157174 [2]
- Add BUILD_DEPENDS for pkg-config [1]
- No bump portrevision since USE_PKGCONFIG was ignored anyway.

PR:		ports/165172 [1]
Submitted by:	RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer) [1]
Reported by:	Alex kozlov <spam@rm-rf.kiev.ua> [2]
Approved by:	gabor (mentor, implicit)
Feature safe:	Yes
2012-02-16 02:25:23 +00:00

31 lines
764 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
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile
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>