pkgsrc/audio/ncmpc/Makefile
jakllsch 7886e292ed Update ncmpc to 0.15.
Changes since 0.14:
* added the "lyrics-autosave" option
* added CMD_SELECT_PLAYING
* display song duration in the playlist
* added the "hardware_cursor" option
* show plugin error messages on the screen
* fixed NULL pointer dereference when not yet connected
* new translation: Hebrew
2009-10-20 20:32:46 +00:00

24 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.17 2009/10/20 20:32:46 jakllsch Exp $
DISTNAME= ncmpc-0.15
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mpd.wikia.com/wiki/Client:Ncmpc
COMMENT= Curses client for Music Player Daemon
PKG_DESTDIR_SUPPORT= user-destdir
.include "options.mk"
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config msgfmt
USE_NCURSES= yes
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"