11 lines
271 B
Makefile
11 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.19 2022/06/28 11:33:57 wiz Exp $
|
|
|
|
PKGREVISION= 2
|
|
.include "Makefile.common"
|
|
|
|
MAINTAINER= nia@NetBSD.org
|
|
COMMENT= Dungeon Crawl Stone Soup - roguelike adventure (text-only version)
|
|
|
|
CONFLICTS+= stone-soup-sdl-[0-9]*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|