openbsd-ports/games/amoebax/Makefile
simon de310374b6 import amoebax
Amoebax is a free multi-platform match-3 puzzle game where the objective
is to beat your opponent in a battle by filling their grid up to the top
with garbage.
You can play as Kim or Tom against six cute creatures controlled by the
amoebas or you can play up to four players in a tournament to check out
who is the amoebas' master.

feedback & ok ajacoutot@
2007-12-08 13:35:40 +00:00

37 lines
787 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/12/08 13:35:40 simon Exp $
COMMENT= cute and addictive action-puzzle game
DISTNAME= amoebax-0.2.0
CATEGORIES= games
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://www.emma-soft.com/games/amoebax/
MASTER_SITES= ${HOMEPAGE}download/
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# GPL/LAL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= SDL c m pthread stdc++
LIB_DEPENDS= SDL_image::devel/sdl-image \
SDL_mixer::devel/sdl-mixer
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
CONFIGURE_STYLE=gnu
USE_X11= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/amoebax
${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${PREFIX}/share/doc/amoebax
.include <bsd.port.mk>