pkgsrc-wip/toppler/Makefile
Soren Jacobsen 43a6d5f568 Use bl3, update to 1.0.6. Changes:
* add 5000 points for each life left after the last tower is finished
* more characters, should now be possible to add all unicode character,
  it's not a nice solution, but simple and working
* add characters for Esperanto ^c, ^g, ^h, ^j, ^s and ~u
* fix mismatching new [] delete problem
* fix encoding bugs
* fix <EA> letter
* smoother toppler images
* move bonus level switch into game menu
* internationalze, add German, add French
* add some french letters, resize letters for accents
2004-03-07 05:39:32 +00:00

16 lines
419 B
Makefile

# $NetBSD: Makefile,v 1.7 2004/03/07 05:39:32 blef Exp $
DISTNAME= toppler-1.0.6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}
MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://toppler.sourceforge.net/
COMMENT= Tower climbing game
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
.include "../../devel/zlib/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"