summaryrefslogtreecommitdiff
path: root/games/sl
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-01-03 21:50:53 +0000
committerroy <roy@pkgsrc.org>2017-01-03 21:50:53 +0000
commit399fcb3b9823d5304cd1161f5bb021075b2e408b (patch)
tree8dc96070df57502425118fd996b499dac8a06457 /games/sl
parenta164dce1597ab1c115c0b4fe9a1330048f2a695d (diff)
downloadpkgsrc-399fcb3b9823d5304cd1161f5bb021075b2e408b.tar.gz
Use the curses framework.
Diffstat (limited to 'games/sl')
-rw-r--r--games/sl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/sl/Makefile b/games/sl/Makefile
index eb459c57373..e52eb36d611 100644
--- a/games/sl/Makefile
+++ b/games/sl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2015/08/18 07:31:09 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/03 22:13:11 roy Exp $
#
DISTNAME= sl-5.02
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= -https://github.com/mtoyoda/sl/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
@@ -10,6 +10,7 @@ MAINTAINER= minoura@NetBSD.org
HOMEPAGE= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/
COMMENT= Animated SL that runs across the terminal when you type `sl'
+FAKE_NCURSES= yes
DIST_SUBDIR= ${PKGNAME_NOREV}
BUILD_TARGET= sl
@@ -23,5 +24,5 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/sl.1.ja \
${DESTDIR}${PREFIX}/${PKGMANDIR}/ja_JP.EUC/man1/sl.1
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"