3ab1990b51
Major Changes visible for the user/player: - second local player: You can now play with a two players on one computer. This works in networks games (host and client side) as well as in single games. - in game menu: If you press during a game ESC you'll get a menu with some buttons, pressing ESC again takes you back into the game. - passwort protection for games: I think that says everything, you can protect your games with a passwort. - Kicking Players from the game: You can kick players from the game. (only the host can) - Own Keymap: The player can redefine the keyboard settings, for both local players. Major Changed inside the game: - menu handling: it is possible to create one menu out of another one. I don't need anymore to delete and create every menu again. It alowes me to greate the "In-Game Menu".
26 lines
590 B
Makefile
26 lines
590 B
Makefile
# New ports collection makefile for: bomberclone
|
|
# Date created: 5 May 2003
|
|
# Whom: Edwin Groothuis
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bomberclone
|
|
PORTVERSION= 0.11.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Reimplementation of Atomic Bomber Man
|
|
|
|
USE_SDL= image mixer sdl
|
|
GNU_CONFIGURE= yes
|
|
USE_XLIB= yes
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
CONFIGURE_ARGS= --target=""
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
|
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
|
|
|
|
.include <bsd.port.mk>
|