pkgsrc/audio/portaudio/Makefile
ben 154d25d056 Initial import of portaudio-18.1, a portable cross-platform audio API.
Package provided by dotz@irc.pl.

PortAudio is a free, cross platform, open-source, audio I/O library.  It
lets you write simple audio programs in 'C' that will compile and run on
many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and
BeOS. PortAudio is intended to promote the exchange of audio synthesis
software between developers on different platforms, and was recently
selected as the audio component of a larger PortMusic project that includes
MIDI and sound file support.

PortAudio provides a very simple API for recording and/or playing sound
using a simple callback function.  Example programs are included that
synthesize sine waves and pink noise, perform fuzz distortion on a guitar,
list available audio devices, etc.
2004-04-20 17:52:48 +00:00

26 lines
615 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/04/20 17:52:48 ben Exp $
#
DISTNAME= portaudio_v18_1
PKGNAME= portaudio-18.1
CATEGORIES= audio
MASTER_SITES= http://www.portaudio.com/archives/
EXTRACT_SUFX= .zip
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://www.portaudio.com/archives/
COMMENT= Portable cross-platform Audio API
HAS_CONFIGURE= YES
USE_GNU_TOOLS+= make
USE_BUILDLINK3= YES
CONFIGURE_ARGS= --prefix=${PREFIX}
EXTRACT_CMD_OPTS.zip= -aqo
pre-configure:
${CHMOD} 755 ${WRKSRC}/configure
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"