freebsd-ports/games/flobopuyo/Makefile
Pav Lucistnik c3dba571af Puyos are fancy smiling bubbles... But they can really be invading
sometimes! Your goal is to make groups of colored puyos to make
them explode and send bad ghost Puyos to your oponent. You win the
game if your oponent reaches the top of the board. You can play
against computer or an other human.

PR:		ports/94520
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-03-18 21:18:04 +00:00

31 lines
994 B
Makefile

# New ports collection makefile for: flobopuyo
# Date created: 24 Feb 2006
# Whom: Dmitry Marakasov <amdmi3@mail.ru>
#
# $FreeBSD$
#
PORTNAME= flobopuyo
PORTVERSION= 0.20
CATEGORIES= games
MASTER_SITES= http://www.ios-software.com/flobopuyo/
EXTRACT_SUFX= .tgz
MAINTAINER= amdmi3@mail.ru
COMMENT= Clone of the famous PuyoPuyo
USE_BISON= yes
USE_GMAKE= yes
USE_SDL= sdl mixer image
USE_GCC= 3.4+
post-patch:
@${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/audio.h ${WRKSRC}/glSDL.h ${WRKSRC}/main.cpp
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|^DATADIR=.*$$|DATADIR=${DATADIR}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|^INSTALL_DATADIR=.*$$|INSTALL_DATADIR=${DATADIR}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|^INSTALL_BINDIR=.*$$|INSTALL_BINDIR=${PREFIX}/bin|' ${WRKSRC}/Makefile
.include <bsd.port.mk>