head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.3.0.2
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.2.0.14
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.12
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.10
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.8
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.6
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.4
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.2
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.1.0.38
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.36
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.34
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.32
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.30
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.28
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.26
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.24
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.22
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.20
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.18
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.16
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.14
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.12
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.10
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.8
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.4
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.6
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.2
	pkgsrc-2019Q3-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2026.01.29.16.59.56;	author ktnb;	state Exp;
branches;
next	1.2;
commitid	9VTtLOQhVs8khjsG;

1.2
date	2024.05.06.08.40.25;	author jperkin;	state Exp;
branches;
next	1.1;
commitid	Xm6R3peSH7EgRU8F;

1.1
date	2019.09.20.14.56.00;	author nia;	state Exp;
branches;
next	;
commitid	MtajgfzByKzfgLDB;


desc
@@


1.3
log
@luanti: update to 5.10.0

Packaging changes:
- games/minetest -> games/luanti
- made myself (ktnb) maintainer

Upstream changes:
- name change
- many updates to the client and scripting parts

https://dev.minetest.net/Changelog#5.9.1_.E2.86.92_5.10.0
@
text
@# $NetBSD: Makefile,v 1.2 2024/05/06 08:40:25 jperkin Exp $

.include "Makefile.common"

MAINTAINER=	pkgsrc-users@@NetBSD.org
COMMENT=	Single-player dungeon exploration game (text-only version)

CONFLICTS+=	angband-tty-[0-9]*
CONFLICTS+=	angband-sdl-[0-9]*
CONFLICTS+=	angband-x11-[0-9]*
SUPERSEDES=	angband-tty-[0-9]*

RM_DIRS=	fonts icons sounds tiles

post-install:
.for dir in ${RM_DIRS}
	${RM} -rf ${DESTDIR}${PREFIX}/share/angband/${dir}
.endfor

.include "../../mk/bsd.pkg.mk"
@


1.2
log
@*: Revision bumps for ncurses 6.5 overhaul.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2019/09/20 14:56:00 nia Exp $
a2 1
PKGREVISION= 1
@


1.1
log
@angband: Update to 4.2.0

It uses SDL for sound so the tileset version is now the SDL version
instead of the X11 version. Instead of games/angband-tty, games/angband
is now the TTY version.

There is a SDL2 port but it doesn't seem ready yet (the menu at the top
of the screen doesn't work). Keep SDL2 bits commented out so they're
ready to enable when the time comes.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
@

