diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-01 21:08:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-01 21:08:04 +0000 |
commit | 6e434b6f359c9aded0b223f39ab736035b7d6104 (patch) | |
tree | 85d6a6c5aa30fbb0084da6038a2e0970767b6934 /audio/Makefile | |
parent | e7b3e41930ab0d7a4d4196f6b79440c6a79b619a (diff) | |
download | ports-6e434b6f359c9aded0b223f39ab736035b7d6104.tar.gz ports-6e434b6f359c9aded0b223f39ab736035b7d6104.zip |
This is a last.fm plugin for the CMUS
ncurses based music-player. Written in
Python.
WWW: http://code.google.com/p/last-cmus/
PR: ports/129299
Submitted by: Dennis Herrmann <adox at mcx2.org>
Notes
Notes:
svn path=/head/; revision=223677
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 57c198b07263..2fc23edd2187 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -335,6 +335,7 @@ SUBDIR += ladspa SUBDIR += lame SUBDIR += lash + SUBDIR += last-cmus SUBDIR += last.fm SUBDIR += laudio SUBDIR += liba52 |