diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-21 02:55:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-21 02:55:54 +0800 |
commit | 315028533cb559b2bb52383e89f13b0bfbedefa1 (patch) | |
tree | 5f57abb7f469194bae8c4d22c63bacf734d7768e /audio/Makefile | |
parent | 6e0eb8645f8d93c2049ac0a0438a719d67c3c438 (diff) | |
download | freebsd-ports-gnome-315028533cb559b2bb52383e89f13b0bfbedefa1.tar.gz freebsd-ports-gnome-315028533cb559b2bb52383e89f13b0bfbedefa1.tar.zst freebsd-ports-gnome-315028533cb559b2bb52383e89f13b0bfbedefa1.zip |
mcplay is a curses based front-end for various audio players. It
is a reimplementation in C of the well-known python program 'cplay'.
Supported players currently include:
- mpg123
- ogg123
- sox
WWW: http://www.yahuxo.de/mcplay/
PR: ports/144879
Submitted by: Charlie Kester <corky1951 at comcast.net>
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 e8c3223b88f8..c74fae933b02 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -437,6 +437,7 @@ SUBDIR += maplay SUBDIR += mbox SUBDIR += mbrolavox + SUBDIR += mcplay SUBDIR += mctoolame-decoder SUBDIR += mctoolame-encoder SUBDIR += mehdiaplayer |