pkgsrc/audio/ncmpc/Makefile
wiz d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00

23 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/07/21 16:29:44 wiz 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/pkg-config/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"