a9bd834595
- New output format for "mpc playlist" - Support for many more search types with "mpc search" - Add "mpc del 0" behaviour to remove the currently playing song - Add outputs, enable and disable commands - multiple bug fixes.
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/08/09 04:03:57 simonb Exp $
|
|
|
|
DISTNAME= mpc-0.12.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.musicpd.org/uploads/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= simonb@NetBSD.org
|
|
HOMEPAGE= http://musicpd.org/
|
|
COMMENT= Command-line client for musicpd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|