diff options
author | anray <anray@FreeBSD.org> | 2006-05-24 19:08:38 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-05-24 19:08:38 +0800 |
commit | 9d252abb466f6c7d7274c49a37ac783e84dc9725 (patch) | |
tree | 4587fe14a2e79748b19e1dab9367118190558044 /audio/Makefile | |
parent | 946ee4b669d3c71fb02feb6818959afeb11b7b83 (diff) | |
download | freebsd-ports-gnome-9d252abb466f6c7d7274c49a37ac783e84dc9725.tar.gz freebsd-ports-gnome-9d252abb466f6c7d7274c49a37ac783e84dc9725.tar.zst freebsd-ports-gnome-9d252abb466f6c7d7274c49a37ac783e84dc9725.zip |
EMMS is the Emacs Multi-Media System. It tries to be a clean and small
application to play multimedia files from Emacs using external
players. Many of it's ideas are derived from MpthreePlayer
(http://www.nongnu.org/mp3player), but it tries to be more general and
more clean.
WWW: http://www.gnu.org/software/emms/index.html
PR: ports/97080
Submitted by: Dryice Liu <dryice@dryice.name>
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 44fb48d17002..91552affd7a9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -102,6 +102,7 @@ SUBDIR += eawplus SUBDIR += ecasound SUBDIR += ecawave + SUBDIR += emms SUBDIR += emu10kx SUBDIR += enscribe SUBDIR += epos-devel |