openbsd-ports/games/xpilot/Makefile

30 lines
628 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2011/03/14 09:17:00 sthen Exp $
COMMENT= multiplayer 2d space battles game
2002-08-19 13:23:34 -04:00
DISTNAME= xpilot-4.5.4
REVISION = 4
CATEGORIES= games x11
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
2007-11-13 09:54:30 -05:00
WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs xcb
MASTER_SITES= ftp://ftp.xpilot.org/pub/xpilot/ \
ftp://ftp.xpilot.org/pub/xpilot/old \
2002-05-13 14:50:36 -04:00
${MASTER_SITE_XCONTRIB:=games/multiplayer/}
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2001-11-15 01:14:06 -05:00
NO_REGRESS= Yes
CONFIGURE_STYLE= imake
.include <bsd.port.mk>