freebsd-ports/games/amoebax/Makefile
Andrew Pantyukhin a0a8e4e20f Add port games/amoebax:
Amoebax is a cute and addictive action-puzzle game. Due to an awful
mutation, some amoeba's species have started to multiply until they
take the world if you can't stop them. Fortunately the mutation
made then too unstable and lining up four or more will make them
disappear.

Follow Kim or Tom through 6 levels in their quest to prevent the
cute multiplying amoebas to take the world and become the new Amoeba
Master. Watch out for the cute but amoeba's controlled creatures
that will try to put and end to your quest.

Amoebax is designed with levels for everyone, from children to
adults. With the training mode everybody will quickly become a
master and the tournament mode will let you have a good time with
your friends. There is also catchy music, funny sound effects, and
beautiful screens that sure appeal to everyone in the family.

WWW: http://www.emma-soft.com/games/amoebax/

PR:		ports/115544
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2007-08-15 23:38:34 +00:00

29 lines
673 B
Makefile

# New ports collection makefile for: amoebax
# Date created: 15 Aug 2007
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= amoebax
PORTVERSION= 0.2.0
CATEGORIES= games
MASTER_SITES= http://www.emma-soft.com/games/amoebax/download/ \
http://www.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= Cute and addictive Puyo Puyo like game
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_SDL= sdl mixer image
MAN6= amoebax.6
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|doc||' ${WRKSRC}/Makefile.in
@${FIND} ${WRKSRC}/ -name Makefile.in|${XARGS}\
${REINPLACE_CMD} -e '/^pkgdatadir =/s|=.*|= ${DATADIR}|'
.include <bsd.port.mk>