openbsd-ports/games/xbat/Makefile

26 lines
598 B
Makefile
Raw Normal View History

2002-10-26 16:44:38 -04:00
# $OpenBSD: Makefile,v 1.15 2002/10/26 20:44:39 naddy Exp $
1998-05-19 21:21:34 -04:00
#
COMMENT= "XEVIOUS-like shooting game"
1998-05-19 21:21:34 -04:00
DISTNAME= xev111
PKGNAME= xbat-1.11
CATEGORIES= games
2000-12-08 10:13:23 -05:00
HOMEPAGE= http://www.nemoto.ecei.tohoku.ac.jp/~wai/index_e.html
2000-03-16 18:06:43 -05:00
PERMIT_PACKAGE_CDROM= "possible copyright infringement"
PERMIT_PACKAGE_FTP= "possible copyright infringement"
PERMIT_DISTFILES_CDROM= "possible copyright infringement"
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/
1998-05-19 21:21:34 -04:00
CONFIGURE_STYLE=imake
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/Xev111
1998-05-19 21:21:34 -04:00
ALL_TARGET= xbat
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
1998-05-19 21:21:34 -04:00
.include <bsd.port.mk>