pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games Use the curses framework.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7437a19b3ec6
branches: trunk
changeset: 356710:7437a19b3ec6
user: roy <roy%pkgsrc.org@localhost>
date: Tue Jan 03 21:38:29 2017 +0000
description:
Use the curses framework.
diffstat:
games/angband-tty/Makefile | 4 ++--
games/angband-x11/Makefile | 4 ++--
games/hugo/Makefile | 10 ++++++----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (69 lines):
diff -r 25b26b18446a -r 7437a19b3ec6 games/angband-tty/Makefile
--- a/games/angband-tty/Makefile Tue Jan 03 21:30:38 2017 +0000
+++ b/games/angband-tty/Makefile Tue Jan 03 21:38:29 2017 +0000
@@ -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 @@
${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 -r 25b26b18446a -r 7437a19b3ec6 games/angband-x11/Makefile
--- a/games/angband-x11/Makefile Tue Jan 03 21:30:38 2017 +0000
+++ b/games/angband-x11/Makefile Tue Jan 03 21:38:29 2017 +0000
@@ -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 @@
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 -r 25b26b18446a -r 7437a19b3ec6 games/hugo/Makefile
--- a/games/hugo/Makefile Tue Jan 03 21:30:38 2017 +0000
+++ b/games/hugo/Makefile Tue Jan 03 21:38:29 2017 +0000
@@ -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 @@
SITES.hugolib.zip=${MASTER_SITE_IFARCHIVE:=programming/hugo/library/}
+USE_TOOLS+= gmake
+FAKE_NCURSES= yes
+
DIST_SUBDIR= ${PKGNAME_NOREV}
-USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/hugov3.1.02
LIBDIR= ${PREFIX}/share/hugo
@@ -33,5 +35,5 @@
${INSTALL_DATA} ${WRKDIR}/$$f ${DESTDIR}${LIBDIR}; \
done
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index