summaryrefslogtreecommitdiff
path: root/net/nap
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-01-04 19:58:00 +0000
committerroy <roy@pkgsrc.org>2017-01-04 19:58:00 +0000
commitc22f786255f22d880011f6ed6dc07e5fe1ceb432 (patch)
tree8977542925b56f9b6b77e1507b475ab61cbbbace /net/nap
parent5fb9fb2e72e3036cd1e334e2d03b005575b06733 (diff)
downloadpkgsrc-c22f786255f22d880011f6ed6dc07e5fe1ceb432.tar.gz
Use the curses framework.
Diffstat (limited to 'net/nap')
-rw-r--r--net/nap/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/nap/Makefile b/net/nap/Makefile
index ed9c73aafee..f0d36d4be70 100644
--- a/net/nap/Makefile
+++ b/net/nap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2015/09/08 11:57:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2017/01/04 20:04:50 roy Exp $
DISTNAME= nap-1.4.4
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nap/}
@@ -10,6 +10,7 @@ HOMEPAGE= http://nap.sourceforge.net/
COMMENT= Terminal based Napster client similar to ircII
GNU_CONFIGURE= YES
+FAKE_NCURSES= yes
INSTALLATION_DIRS+= share/doc/nap share/examples/nap
@@ -20,5 +21,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/nap.conf.dist \
${DESTDIR}${PREFIX}/share/examples/nap/nap.conf
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"