48cfe14c74
Changes: - When tuning text options at run time like the password the server would crash. This has now been fixed. - Clients now support the firewall patch. For this the client has two new options: -clientPortStart and -clientPortEnd. - A new server option -passwordFileName gives the path to a file which only contains a definition for the server password. The advantage of this is that you can set the file permissions so that others cannot read its contents. - Fix -blockFrictionVisible (didn't work) - Ben Armstrong fixed a bug where ball ownership for all connected balls would be reset whenever a player would leave.
28 lines
587 B
Makefile
28 lines
587 B
Makefile
# $OpenBSD: Makefile,v 1.7 2001/07/04 17:56:44 pvalchev Exp $
|
|
|
|
COMMENT= "multiplayer 2d space battles game"
|
|
|
|
DISTNAME= xpilot-4.4.1
|
|
CATEGORIES= games x11
|
|
NEED_VERSION= 1.419
|
|
|
|
HOMEPAGE= http://www.xpilot.org/
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.xpilot.org/pub/xpilot/ \
|
|
ftp://ftp.xpilot.org/pub/xpilot/old \
|
|
${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games/multiplayer
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
.include <bsd.port.mk>
|