summaryrefslogtreecommitdiff
path: root/audio/cmus/Makefile
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2006-07-08 04:31:28 +0000
committerben <ben@pkgsrc.org>2006-07-08 04:31:28 +0000
commit5984935c0f82a403e42a0787d3070c1b88143a9d (patch)
treefa4901a999f59710491e04a2ba46a170fbe7d329 /audio/cmus/Makefile
parent15d3920cf75320d0f82fe1f29abdbb33e918a004 (diff)
downloadpkgsrc-5984935c0f82a403e42a0787d3070c1b88143a9d.tar.gz
Initial import of cmus, an ncurses audio player with many features.
CMus is a small and fast music player using the ncurses library. CMus has vi-style command interface, e.g. searching using '/' or '?' and adding files to playlist ':add ~/foo.ogg'. * Plays FLAC, OGG, MP3, WAV, modules * MP3 and Ogg streaming (Shoutcast/Icecast) * WinAmp / XMMS keys "zxcvb" * Can be controlled via UNIX socket * Customizable colors * Nice vi-style interface with tabulator expansion * Background playlist loading * Track metadata database makes adding files to playlist very fast. * Album/artist modes. Playing within one album or artist. * Powerful playlist filters * Can run external commands for the currently selected files * Directory browser * Supports 256 colors * Play Queue * Dynamic Keybinding * Easy to use directory browser This package was submitted in PR#33939.
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r--audio/cmus/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
new file mode 100644
index 00000000000..6daa7b18e66
--- /dev/null
+++ b/audio/cmus/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/08 04:31:28 ben Exp $
+#
+
+DISTNAME= cmus-2.0.3
+CATEGORIES= audio
+MASTER_SITES= http://onion.dynserv.net/~timo/files/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= webmaster@deepblack24.de
+HOMEPAGE= http://onion.dynserv.net/~timo/files/
+COMMENT= Cmus is an ncurses based mp3/ogg player with a lot of features
+
+HAS_CONFIGURE= yes
+USE_TOOLS= gmake
+
+CONFIGURE_ARGS+= prefix=${PREFIX}
+CONFIGURE_ARGS+= CONFIG_ALSA=n
+CONFIGURE_ARGS+= CONFIG_ARTS=n
+CONFIGURE_ARGS+= CONFIG_OSS=y
+CONFIGURE_ARGS+= CONFIG_MAD=y
+CONFIGURE_ARGS+= CONFIG_AO=y
+CONFIGURE_ARGS+= CONFIG_FLAC=y
+CONFIGURE_ARGS+= mandir=${PREFIX}/man/
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ARGS+= CONFIG_SUN=y
+.endif
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../audio/libao/buildlink3.mk"
+.include "../../audio/flac/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"