head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.09.04.22.48.52;	author charlotte;	state Exp;
branches;
next	;
commitid	8DJ0S8Jpm9aqcmUG;


desc
@@


1.1
log
@games/unrest: New package

Unrest is an adventure RPG that adapts to death, failure, and the choices
you make. Play as ordinary people struggling for food, safety, freedom, and
a chance at peace. Explore an ancient Indian city using conversation,
manipulation and (rarely) violence.
@
text
@# $NetBSD$

DISTNAME=	unrest-1.1.0
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_GITHUB:=dressupgeekout/}

MAINTAINER=	charlotte@@NetBSD.org
HOMEPAGE=	https://pyrodactyl.com/unrest/
COMMENT=	Engine for Unrest, by Pyrodactyl Games
LICENSE=	mit

WRKSRC=		${WRKDIR}/unrest-${GITHUB_TAG}/CRAB

USE_LANGUAGES=	c c++
USE_TOOLS+=	gmake

NO_CONFIGURE=	yes

.include "../../audio/SDL2_mixer/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../fonts/SDL2_ttf/buildlink3.mk"
.include "../../graphics/SDL2_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@
