From 6fbf4da9446291b2a5cec8aeed9401c3b4391415 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 20 Apr 2004 17:52:48 +0000 Subject: 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. --- audio/portaudio/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 audio/portaudio/Makefile (limited to 'audio/portaudio/Makefile') diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile new file mode 100644 index 00000000000..5332d46edc5 --- /dev/null +++ b/audio/portaudio/Makefile @@ -0,0 +1,26 @@ +# $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" -- cgit v1.2.3