4764ce3545
Brief Changelog: - New map generator which generates much better maps (wildmap). - Fixed problem with mouse if client stopped receiving frames. - Added button to the welcome screen with which you can ping all the servers and sort them correctly. - Added -serverHost to the server to manually specify the hostname and IP address of the server if the machine has more than one net interface. - Various other fixes concerning other Operating Systems. from maintainer
28 lines
584 B
Makefile
28 lines
584 B
Makefile
# $OpenBSD: Makefile,v 1.3 2001/04/12 10:37:35 reinhard Exp $
|
|
|
|
COMMENT= 'multiplayer 2d space battles game'
|
|
|
|
DISTNAME= xpilot-4.3.1
|
|
CATEGORIES= games x11
|
|
NEED_VERSION= 1.378
|
|
|
|
HOMEPAGE= http://www.xpilot.org/
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@home.com>
|
|
|
|
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>
|