diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-17 21:18:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-17 21:18:53 +0000 |
commit | f85bf878e59cc139ee12a028d4ed7f1f2d784d78 (patch) | |
tree | 84cc06af3ddf1740443977ca3cef1e0ff3f50baf /audio/Makefile | |
parent | Use my FreeBSD.org address. (diff) |
mp3riot is a command line perl script to generate listings of mp3 files.
It can output HTML, XML, m3u or pls playlists.
PR: ports/55595
Submitted by: Francisco Gomez <francisco@gomezmarin.com>
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94198
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 fe777a0ff5e7..6d7ab5da66cb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -185,6 +185,7 @@ SUBDIR += mp3info SUBDIR += mp3mover SUBDIR += mp3rename + SUBDIR += mp3riot SUBDIR += mp3splt SUBDIR += mp3stat SUBDIR += mp3wrap |