diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-31 00:45:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-31 00:45:42 +0000 |
commit | 401acbd54f780eb446ff406f7246f03305c1a8dc (patch) | |
tree | 1341b09ff27315a30750360fe1bcb652cf57380c /audio/Makefile | |
parent | bfded1e9e5d6972a29774846aeadeb2d587f1ffd (diff) | |
download | ports-401acbd54f780eb446ff406f7246f03305c1a8dc.tar.gz ports-401acbd54f780eb446ff406f7246f03305c1a8dc.zip |
Add boodler, a tool for creating soundscapes - continuous, infinitely varying streams
of sound. Boodler is designed to run in the background on a computer, maintaining
whatever sound environment you desire.
PR: ports/60744
Submitted by: Dan Pelleg <daniel+boodler@pelleg.org>
Notes
Notes:
svn path=/head/; revision=96976
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 582056d27caf..e7c6f09e62ae 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -31,6 +31,7 @@ SUBDIR += bladeenc SUBDIR += blop SUBDIR += bonk + SUBDIR += boodler SUBDIR += btc SUBDIR += cam SUBDIR += cantus |