pkgsrc/audio/ncmpc/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

24 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.28 2015/08/18 07:31:02 wiz Exp $
DISTNAME= ncmpc-0.24
PKGREVISION= 2
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"