diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-19 22:02:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-19 22:02:41 +0000 |
commit | 445df800b70809ca7c5a3086ea2584e28a2b2a7f (patch) | |
tree | 4d76c9f3ba2ef2cd07424449cefe709d0671a92e /audio/Makefile | |
parent | . Use MASTER_SITE_APACHE_JAKARTA now bsd.sites.mk has been updated. [1] (diff) |
Add mp3burn, a commandline tool for burning audio CDs from mp3 files
PR: ports/60404
Submitted by: vinc <vinc@FreeBSD-fr.org>
Notes
Notes:
svn path=/head/; revision=96228
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 0f4c53bb6894..033886ff4f17 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -182,6 +182,7 @@ SUBDIR += mp3_check SUBDIR += mp3asm SUBDIR += mp3blaster + SUBDIR += mp3burn SUBDIR += mp3butler SUBDIR += mp3c SUBDIR += mp3check |