summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorroy <roy>2017-01-03 21:38:29 +0000
committerroy <roy>2017-01-03 21:38:29 +0000
commit2376537b79dcc5612a93b527d432d6879c320b0b (patch)
treee7a021dd52e9d3c3d1838688e3bd56c5bcb94469 /games
parent4ad289a677c08bf4621dcc765c6c2e8f0782857f (diff)
downloadpkgsrc-2376537b79dcc5612a93b527d432d6879c320b0b.tar.gz
Use the curses framework.
Diffstat (limited to 'games')
-rw-r--r--games/angband-tty/Makefile4
-rw-r--r--games/angband-x11/Makefile4
-rw-r--r--games/hugo/Makefile10
3 files changed, 10 insertions, 8 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile
index c4c69ae8f2d..83158b65d40 100644
--- a/games/angband-tty/Makefile
+++ b/games/angband-tty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2015/08/18 07:31:07 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2017/01/03 21:38:29 roy Exp $
#
DISTNAME= angband-283
@@ -47,5 +47,5 @@ do-install:
${CHMOD} ${GAMEDIRMODE} apex bone data edit file help info save user xtra
${INSTALL_PROGRAM} ${WRKSRC}/angband ${DESTDIR}${PREFIX}/bin
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/angband-x11/Makefile b/games/angband-x11/Makefile
index f15c8f7c8e7..0422025e57e 100644
--- a/games/angband-x11/Makefile
+++ b/games/angband-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2015/09/08 11:57:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2017/01/03 21:39:22 roy Exp $
#
DISTNAME= angband-3.0.3
@@ -47,8 +47,8 @@ post-install:
BUILDLINK_DEPMETHOD.libXt?= build
-.include "../../devel/ncurses/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/hugo/Makefile b/games/hugo/Makefile
index 149322b0ff7..63188f63ab6 100644
--- a/games/hugo/Makefile
+++ b/games/hugo/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2015/09/08 11:57:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/03 21:42:55 roy Exp $
#
DISTNAME= hugov31_unix_source
PKGNAME= hugo-3.1.02.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_IFARCHIVE:=programming/hugo/source/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} hugolib.zip
@@ -14,8 +14,10 @@ COMMENT= Interactive fiction design system and interpreter
SITES.hugolib.zip=${MASTER_SITE_IFARCHIVE:=programming/hugo/library/}
-DIST_SUBDIR= ${PKGNAME_NOREV}
USE_TOOLS+= gmake
+FAKE_NCURSES= yes
+
+DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}/hugov3.1.02
LIBDIR= ${PREFIX}/share/hugo
@@ -33,5 +35,5 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/$$f ${DESTDIR}${LIBDIR}; \
done
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"