pkgsrc-wip/portaudio/buildlink2.mk
Michal Pasternak 91872de566 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.
2003-11-22 16:32:57 +00:00

19 lines
586 B
Makefile

# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/11/22 16:32:57 mpasternak Exp $
.if !defined(PORTAUDIO_BUILDLINK2_MK)
PORTAUDIO_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= portaudio
BUILDLINK_DEPENDS.portaudio?= portaudio>=18.1
BUILDLINK_PKGSRCDIR.portaudio?= ../../wip/portaudio
EVAL_PREFIX+= BUILDLINK_PREFIX.portaudio=portaudio
BUILDLINK_PREFIX.portaudio_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.portaudio= include/portaudio.h
BUILDLINK_FILES.portaudio+= lib/libportaudio.*
BUILDLINK_TARGETS+= portaudio-buildlink
portaudio-buildlink: _BUILDLINK_USE
.endif # PORTAUDIO_BUILDLINK2_MK