openbsd-ports/games/xpilot/Makefile

28 lines
543 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.26 2012/03/17 15:09:45 ajacoutot Exp $
COMMENT= multiplayer 2d space battles game
DISTNAME= xpilot-4.5.5
CATEGORIES= games x11
HOMEPAGE= http://www.xpilot.org/
EXTRACT_SUFX= .tar.bz2
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
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpilotgame/}
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>