25f8641cd0
Saving and loading of files was implemented. The game now has a complete adventure that can be played through. Combat was greatly improved and many graphical tweaks were made. Dumps core on NetBSD-current/amd64. Please let me know if it works for you on any other platform.
24 lines
704 B
Makefile
24 lines
704 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/10/23 02:07:05 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= silvertree-0.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.silvertreerpg.org/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.silvertreerpg.org/
|
|
COMMENT= Silver Tree, an open source role playing game
|
|
|
|
WRKSRC= ${WRKDIR}/silvertree
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-boost-regex=boost_regex-mt
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/SDL_ttf/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|