pkgsrc/audio/ncmpc/Makefile
drochner 86ae5321c2 update to 0.21
changes:
-add a chat screen for communication with other clients on the same server
-misc fixes and UI improvements
-added Polish translation
2013-10-01 17:50:57 +00:00

23 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.25 2013/10/01 17:50:57 drochner Exp $
DISTNAME= ncmpc-0.21
CATEGORIES= audio
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
MASTER_SITES= http://www.musicpd.org/download/ncmpc/0/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mpd.wikia.com/wiki/Client:Ncmpc
COMMENT= Curses client for Music Player Daemon
LICENSE= gnu-gpl-v2
.include "options.mk"
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config msgfmt
.include "../../audio/libmpdclient/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"