10 lines
256 B
Makefile
10 lines
256 B
Makefile
# $NetBSD: Makefile,v 1.15 2021/08/10 14:46:36 nia Exp $
|
|
|
|
.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"
|