pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games games: Normalize some roguelikes with separate c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc150060e5cd
branches: trunk
changeset: 339999:cc150060e5cd
user: nia <nia%pkgsrc.org@localhost>
date: Fri Sep 20 15:05:01 2019 +0000
description:
games: Normalize some roguelikes with separate curses and SDL versions.
Add CONFLICTS.
diffstat:
games/cataclysm-dda-sdl/Makefile | 6 ++++--
games/cataclysm-dda/Makefile | 6 ++++--
games/stone-soup-sdl/Makefile | 4 +++-
games/stone-soup/Makefile | 6 ++++--
4 files changed, 15 insertions(+), 7 deletions(-)
diffs (71 lines):
diff -r c85a576811bd -r cc150060e5cd games/cataclysm-dda-sdl/Makefile
--- a/games/cataclysm-dda-sdl/Makefile Fri Sep 20 14:58:35 2019 +0000
+++ b/games/cataclysm-dda-sdl/Makefile Fri Sep 20 15:05:01 2019 +0000
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2019/08/07 18:05:25 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/20 15:05:01 nia Exp $
.include "../../games/cataclysm-dda/Makefile.common"
PKGNAME= ${DISTNAME:S/-dda/-dda-sdl/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Turn-based survival game (tileset version)
+COMMENT= Post-apocalyptic turn-based survival game (tileset version)
+
+CONFLICTS+= cataclysm-dda-sdl-[0-9]*
BUILD_TARGET= cataclysm-tiles localization
diff -r c85a576811bd -r cc150060e5cd games/cataclysm-dda/Makefile
--- a/games/cataclysm-dda/Makefile Fri Sep 20 14:58:35 2019 +0000
+++ b/games/cataclysm-dda/Makefile Fri Sep 20 15:05:01 2019 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2019/08/07 18:05:25 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/20 15:05:01 nia Exp $
.include "Makefile.common"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Turn-based survival game set in a post-apocalyptic world
+COMMENT= Post-apocalyptic turn-based survival game (text-only version)
+
+CONFLICTS+= cataclysm-dda-sdl-[0-9]*
BUILD_TARGET= cataclysm localization
diff -r c85a576811bd -r cc150060e5cd games/stone-soup-sdl/Makefile
--- a/games/stone-soup-sdl/Makefile Fri Sep 20 14:58:35 2019 +0000
+++ b/games/stone-soup-sdl/Makefile Fri Sep 20 15:05:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/09/15 14:49:24 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/20 15:05:01 nia Exp $
PKGREVISION= 1
.include "../../games/stone-soup/Makefile.common"
@@ -8,6 +8,8 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Dungeon Crawl Stone Soup - roguelike adventure (tileset version)
+CONFLICTS+= stone-soup-[0-9]*
+
MAKE_FLAGS+= TILES=YesPlease
MAKE_FLAGS+= SOUND=YesPlease
MAKE_FLAGS+= COPY_FONTS=YesPlease
diff -r c85a576811bd -r cc150060e5cd games/stone-soup/Makefile
--- a/games/stone-soup/Makefile Fri Sep 20 14:58:35 2019 +0000
+++ b/games/stone-soup/Makefile Fri Sep 20 15:05:01 2019 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2019/08/11 13:21:04 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/20 15:05:01 nia Exp $
PKGREVISION= 1
.include "Makefile.common"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Dungeon Crawl Stone Soup - roguelike adventure (text version)
+COMMENT= Dungeon Crawl Stone Soup - roguelike adventure (text-only version)
+
+CONFLICTS+= stone-soup-sdl-[0-9]*
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index