23 lines
648 B
Makefile
23 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/04/11 21:44:55 tv Exp $
|
|
|
|
DISTNAME= ncmpc-0.11.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://hem.bredband.net/kaw/ncmpc/files/ \
|
|
http://mercury.chem.pitt.edu/~shank/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://hem.bredband.net/kaw/ncmpc/
|
|
COMMENT= Curses client for Music Player Daemon
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-*
|
|
INCOMPAT_CURSES+= NetBSD-1.6.*-* NetBSD-1.6_*-*
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|