9452dca7c9
changes: -implement the client-to-client protocol -new command "cdprev" -make "mv" a shortcut for "move" -support absolute paths in "add" and "update" -more UI improvements -bugfixes, documentation improvements approved by simonb
24 lines
618 B
Makefile
24 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.19 2013/10/02 14:17:25 drochner Exp $
|
|
|
|
DISTNAME= mpc-0.23
|
|
CATEGORIES= audio
|
|
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
|
|
MASTER_SITES= http://www.musicpd.org/download/mpc/0/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= simonb@NetBSD.org
|
|
HOMEPAGE= http://musicpd.org/
|
|
COMMENT= Command-line client for musicpd
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
REPLACE_SH= doc/*.sh
|
|
|
|
LIBS.SunOS+= ${BUILDLINK_LDADD.iconv}
|
|
|
|
.include "../../audio/libmpdclient/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|