Hengband is a "graphical" dungeon adventure game using textual characters to represent the walls and floors of a dungeon and the inhabitants therein, in the vein of "rogue", "hack", "nethack", and "moria".
18 lines
488 B
Makefile
18 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/08/22 05:10:37 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= hengband-1.6.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=hengband/10331/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://hengband.sourceforge.jp/en/index.html
|
|
COMMENT= Variant of ZAngband 2.2.8
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-setgid=games
|
|
CONFIGURE_ARGS+= --with-libpath=${PREFIX}/share/hengband/
|
|
|
|
.include "options.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|