diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-08-06 20:58:38 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-08-06 20:58:38 +0000 |
commit | 7098d7fcb87a88841e76533e7e4f88fdf0020d9d (patch) | |
tree | 1545b73ad9c7c01dbd43f2fd1aa291ce710e1ad0 /audio/Makefile | |
parent | 1ed4a83f7b93fc370f12cf6368cb9336d1db5b30 (diff) | |
download | ports-7098d7fcb87a88841e76533e7e4f88fdf0020d9d.tar.gz ports-7098d7fcb87a88841e76533e7e4f88fdf0020d9d.zip |
abcde is "A Better CD Encoder". It rips tracks from a CD, encodes them
in ogg vorbis or mp3 format, and tags them.
PR: 41140
Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
Notes
Notes:
svn path=/head/; revision=64121
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 c749222d1695..9ceba2759d92 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -2,6 +2,7 @@ # SUBDIR += Maaate + SUBDIR += abcde SUBDIR += ac3dec SUBDIR += adpcm SUBDIR += afsp |