openbsd-ports/audio/portaudio-svn/Makefile
jakemsr e7bce2ed58 don't build with jack, which added a bit of runtime dependencies.
now portaudio-svn has no runtime dependencies.
no one objected on ports@
2010-06-13 15:46:13 +00:00

40 lines
916 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/06/13 15:46:13 jakemsr Exp $
COMMENT= portable cross-platform audio API
DISTNAME= portaudio-svn-1406
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= portaudio 1.0
CATEGORIES= audio
HOMEPAGE= http://www.portaudio.com/
MAINTAINER= Jacob Meuser <jakemsr@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m 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>