d152d6cb46
Nazghul is a computer role-playing game (CRPG) engine. The emphasis is not on graphics or first-person squad-based stealth action. If you like roguelikes or the top-down, 2d, turn-based CRPG's that disappeared in the early 90's then this is for you. Haxima is a role-playing game using the Nazghul engine.
23 lines
656 B
Makefile
23 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/08/19 19:53:42 yhardy Exp $
|
|
#
|
|
|
|
VER= 0.7.0
|
|
DISTNAME= nazghul-${VER}
|
|
PKGNAME= haxima-${VER}
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=project/nazghul/nazghul/nazghul-${VER}/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://myweb.cableone.net/gmcnutt/nazghul.html
|
|
COMMENT= Role playing game similar to Ultima 5
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|