15def689da
I always liked the game Atomix and wanted to write a clone for Linux. But some guys had this idea before me so I slightly changed the concept from assembling molecules to creating figures out of single marbles. Nevertheless, the basic game play is the same: If a marble starts to move it will not stop until it hits a wall or marble. And to make it even more interesting there are obstacles like one-way streets, crumbling walls and portals. As Marbles is meant as a puzzle game you play against a move limit and not a time limit. This way you have as much time as you need to think. Marbles has a menu to configure graphics (fullscreen, animations), sounds and gameplay (player name, levelset, difficulty). Contributed by xs@kittenz.org in PR 16669
18 lines
472 B
Makefile
18 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/05/05 23:01:06 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= marbles-1.0.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
|
|
|
|
MAINTAINER= xs@nitric.net
|
|
HOMEPAGE= http://lgames.sourceforge.net/
|
|
COMMENT= Atomix-like puzzle
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-profile-path=${LOCALBASE}/share/games/
|
|
|
|
.include "../../devel/SDL/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|