summaryrefslogtreecommitdiff
path: root/audio/ncmpc/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-03 10:05:58 +0000
committergrant <grant@pkgsrc.org>2004-05-03 10:05:58 +0000
commit546ad9418d05a88350431fef0a876bc23be2e80b (patch)
treecfda586f1cb6271fad93fe0a1bd71c8268d62ebc /audio/ncmpc/Makefile
parent65cc3d68cf3e4bbb0b47fb4a3afd3bec622e1ee3 (diff)
downloadpkgsrc-546ad9418d05a88350431fef0a876bc23be2e80b.tar.gz
Initial import of ncmpc 0.10.1 into the NetBSD packages collection.
ncmpc is a curses client for MPD, the Music Player Daemon with an interface is inspired by cplay.
Diffstat (limited to 'audio/ncmpc/Makefile')
-rw-r--r--audio/ncmpc/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile
new file mode 100644
index 00000000000..cb60bb0db01
--- /dev/null
+++ b/audio/ncmpc/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/03 10:05:58 grant Exp $
+
+DISTNAME= ncmpc-0.10.1
+CATEGORIES= audio
+MASTER_SITES= http://mercury.chem.pitt.edu/~shank/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://musicpd.org/
+COMMENT= curses client for Music Player Daemon
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+
+INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-*
+INCOMPAT_CURSES+= NetBSD-1.6.*-* NetBSD-1.6_*-*
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"