freebsd-ports/games/gnujump/Makefile
Dmitry Marakasov de3e303442 - Add games/gnujump
GNUjump is a clone of the simple yet addictive game Xjump, adding
new features like multiplaying, unlimited FPS, smooth floor falling,
themable graphics, sounds, replays, ...

The goal in this game is to jump to the next floor trying not to
fall down. As you go upper in the Falling Tower the floors will
fall faster. Try to survive longer get upper than anyone. It might
seem too simple but once you've tried you'll realize how addictive
this is.

WWW: http://gnujump.es.gnu.org/index.php/Main_Page
2016-10-10 11:40:56 +00:00

49 lines
906 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnujump
PORTVERSION= 1.0.8
CATEGORIES= games
MASTER_SITES= GNU
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Platform game where you have to jump up to survive
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake localbase
USE_SDL= sdl mixer image
USE_GL= gl
USE_XORG= x11
LDFLAGS+= -lm
PORTDOCS= AUTHORS README
PORTDATA= *
DESKTOP_ENTRIES="GNUJump" \
"" \
"${DATADIR}/skins/default/hero1.0.png" \
"${PORTNAME}" \
"Game;ArcadeGame;" \
""
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
NLS_LDFLAGS= -lintl
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/gnujump.h
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.mk>