930f42af09
ok ajacoutot@
40 lines
866 B
Makefile
40 lines
866 B
Makefile
# $OpenBSD: Makefile,v 1.12 2012/12/09 07:29:57 brad Exp $
|
|
|
|
COMMENT= portable cross-platform audio API
|
|
|
|
DISTNAME= portaudio-svn-1406
|
|
REVISION= 4
|
|
CATEGORIES= audio
|
|
|
|
SHARED_LIBS= portaudio 1.0
|
|
|
|
HOMEPAGE= http://www.portaudio.com/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m pthread sndio
|
|
|
|
MASTER_SITES= http://jakemsr.trancell.org/distfiles/
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
AUTOCONF_VERSION= 2.61
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
|
CONFIGURE_ARGS= --without-alsa --without-oss --without-jack
|
|
|
|
# builds non-automated, interactive tests in ${WRKBUILD}/bin
|
|
REGRESS_TARGET= tests
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
CFLAGS+= -DALLOW_SMP_DANGERS
|
|
|
|
post-extract:
|
|
@mkdir -p ${WRKSRC}/src/hostapi/sndio
|
|
@cp ${FILESDIR}/pa_sndio.c ${WRKSRC}/src/hostapi/sndio
|
|
|
|
.include <bsd.port.mk>
|