16 lines
443 B
Makefile
16 lines
443 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/08/27 19:44:49 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= cmus-unofficial-20090605
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://irkmaffia.com/~replaced/dist/
|
|
|
|
MAINTAINER= ahoka@NetBSD.org
|
|
HOMEPAGE= http://github.com/JasonWoof/cmus-unofficial/
|
|
COMMENT= Curses based music player (Jason Woof's cmus fork)
|
|
|
|
CONFLICTS+= cmus-[0-9]*
|
|
WRKSRC= ${WRKDIR}/cmus-unofficial
|
|
|
|
.include "options.mk"
|
|
.include "../../audio/cmus/Makefile.common"
|