diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-22 22:32:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-22 22:32:00 +0000 |
commit | 576f3e78f4a6c0145cd07a607df7e25394e7743d (patch) | |
tree | e6e54f0bbbc02015d585196a7b23f5ef84300794 /audio/Makefile | |
parent | e0e8ea9433202b379cea603184a4338fe8fdcf0f (diff) |
Squash is a learning ncurses music player written in C. It supports mp3,
ogg and flac. Squash uses statistics to determine songs to play automatically.
It garners this information through whether or not a song is skipped.
PR: ports/55275
Submitted by: Matthias Andree <matthias.andree@web.de>
Based on shar by: trevor
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94731
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 6d7ab5da66cb..6b3e977f2a68 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -302,6 +302,7 @@ SUBDIR += spiralsynthmodular SUBDIR += splay SUBDIR += splaytk + SUBDIR += squash SUBDIR += streamripper SUBDIR += streamtuner SUBDIR += streamtuner-live365 |