diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-01-13 05:24:10 +0800 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-01-13 05:24:10 +0800 |
commit | 9e11274446ca306bbbdf7d1e0d96a9e17a623870 (patch) | |
tree | 8c6b3d9bae43fc8314c644e1ea083a4f46dc06ef /audio/Makefile | |
parent | eb706c55f9e0efe8a415239ba7a432912e7c90de (diff) | |
download | freebsd-ports-gnome-9e11274446ca306bbbdf7d1e0d96a9e17a623870.tar.gz freebsd-ports-gnome-9e11274446ca306bbbdf7d1e0d96a9e17a623870.tar.zst freebsd-ports-gnome-9e11274446ca306bbbdf7d1e0d96a9e17a623870.zip |
A Haskell binding for the OpenAL Utility Toolkit, which makes
managing of OpenAL contexts, loading sounds in various formats
and creating waveforms very easy. For more information about the
C library on which this binding is based, please see:
WWW: http://connect.creativelabs.com/openal/
PR: ports/142480
Submitted by: Jacula Modyun <jacula(at)gmail.com>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 586aca75f1db..46006a2c94bf 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -291,6 +291,7 @@ SUBDIR += herrie SUBDIR += hexter SUBDIR += holyshout + SUBDIR += hs-ALUT SUBDIR += hs-OpenAL SUBDIR += hydrogen SUBDIR += icecast |