diff options
author | jim <jim@FreeBSD.org> | 2002-08-07 04:58:38 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-08-07 04:58:38 +0800 |
commit | 7045d5c749284591754a9e01f635d265662ab6cb (patch) | |
tree | 9d8c0e3c7f332466c37a3892c06d9fed9b49908d /audio/Makefile | |
parent | 0a7aacda0e1b42ab3ac79e33014edad133667922 (diff) | |
download | freebsd-ports-gnome-7045d5c749284591754a9e01f635d265662ab6cb.tar.gz freebsd-ports-gnome-7045d5c749284591754a9e01f635d265662ab6cb.tar.zst freebsd-ports-gnome-7045d5c749284591754a9e01f635d265662ab6cb.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>
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 |