summaryrefslogtreecommitdiff
path: root/audio/portaudio/Makefile
diff options
context:
space:
mode:
authorben <ben>2004-04-20 17:52:48 +0000
committerben <ben>2004-04-20 17:52:48 +0000
commit6fbf4da9446291b2a5cec8aeed9401c3b4391415 (patch)
tree31f28619bf3960f7370ec949267085e2a299dcaf /audio/portaudio/Makefile
parentb815db634c4dd51b889e607d3b57e1a9bab7b5fe (diff)
downloadpkgsrc-6fbf4da9446291b2a5cec8aeed9401c3b4391415.tar.gz
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.
Diffstat (limited to 'audio/portaudio/Makefile')
-rw-r--r--audio/portaudio/Makefile26
1 files changed, 26 insertions, 0 deletions
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"