2007-08-15 23:38:34 +00:00
|
|
|
# New ports collection makefile for: amoebax
|
|
|
|
# Date created: 15 Aug 2007
|
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= amoebax
|
2008-08-03 17:35:50 +00:00
|
|
|
PORTVERSION= 0.2.1
|
2007-08-15 23:38:34 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.emma-soft.com/games/amoebax/download/ \
|
2009-01-05 16:14:51 +00:00
|
|
|
http://mirror.amdmi3.ru/
|
2007-08-15 23:38:34 +00:00
|
|
|
|
2008-06-19 17:28:24 +00:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2007-08-15 23:38:34 +00:00
|
|
|
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
|
|
|
|
|
2008-08-03 17:35:50 +00:00
|
|
|
PORTDOCS= *
|
|
|
|
|
2007-08-15 23:38:34 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|doc||' ${WRKSRC}/Makefile.in
|
2008-08-03 17:35:50 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|datarootdir|datadir|' ${WRKSRC}/data/Makefile.in
|
2007-08-15 23:38:34 +00:00
|
|
|
@${FIND} ${WRKSRC}/ -name Makefile.in|${XARGS}\
|
|
|
|
${REINPLACE_CMD} -e '/^pkgdatadir =/s|=.*|= ${DATADIR}|'
|
|
|
|
|
2008-08-03 17:35:50 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2007-08-15 23:38:34 +00:00
|
|
|
.include <bsd.port.mk>
|