3294029312
- Add comment on patch-ae (from commit log) - Remove patch-ad, patched line (file) no longer exists (upstream) Update 0.21 to 0.24 ncmpc 0.24 - (2014-07-14) * fix crash on "jump" (hotkey ".") * save keys to path specified by --key-file ncmpc 0.23 - (2014-07-10) * fix broken l10n in out-of-tree builds ncmpc 0.22 - (2014-06-09) * rename "playlist" to "queue" * remove useless "Connected to ..." message * require libmpdclient 2.3, MPD 0.16 * patched color line-flags * configuration option "search-format" * remove broken leoslyrics plugin * show audio format in song screen
23 lines
637 B
Makefile
23 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.26 2014/11/21 13:47:46 mef Exp $
|
|
|
|
DISTNAME= ncmpc-0.24
|
|
CATEGORIES= audio
|
|
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
|
|
MASTER_SITES= http://www.musicpd.org/download/ncmpc/0/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
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"
|