diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2000-11-02 22:52:22 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2000-11-02 22:52:22 +0000 |
commit | 9ea7b64e0fb5978f1f4c745f4c7a4be7ae4e232c (patch) | |
tree | 723e0e2a7a4dd968ef48ee0802671eb097210632 /audio/Makefile | |
parent | 004acd3846414078ea046804d874faeff823bac2 (diff) | |
download | ports-9ea7b64e0fb5978f1f4c745f4c7a4be7ae4e232c.tar.gz ports-9ea7b64e0fb5978f1f4c745f4c7a4be7ae4e232c.zip |
Add port for shntool, a utility for working with WAV files and
shorten-compressed (SHN) files
Notes
Notes:
svn path=/head/; revision=34685
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 338c50cfc622..d0d1dc84295c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -126,6 +126,7 @@ SUBDIR += rsynth SUBDIR += s3mod SUBDIR += sdl_mixer + SUBDIR += shntool SUBDIR += shorten SUBDIR += shout SUBDIR += sidplay |