Tales of Middle Earth (ToME) is a fantasy adventure game, based on the works of J.R.R. Tolkien. It is a game that emphasizes intricate, challenging, and varied gameplay over graphics. Hundreds of different monsters in randomly-generated, unpredictable dungeons will strive to slay you by various means, and you counter - if you survive - by developing the skills of your choice and wielding mighty artifacts. ToME's races from Hobbit to Troll and classes from Swordmaster to Summoner allow for many different playing styles and a replay value that extends through years.
24 lines
668 B
Makefile
24 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/07/17 00:14:51 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= tome-300alpha18-src
|
|
PKGNAME= tome-300alpha18
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://t-o-m-e.net/dl/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://t-o-m-e.net/
|
|
COMMENT= Troubles of Middle Earth
|
|
|
|
BUILD_DIRS= src
|
|
MAKE_FILE= makefile.std
|
|
BUILD_TARGET= default
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/SDL_ttf/buildlink3.mk"
|
|
.include "../../devel/SDL_gfx/buildlink3.mk"
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../net/SDL_net/buildlink3.mk"
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|