26 lines
598 B
Makefile
26 lines
598 B
Makefile
# $OpenBSD: Makefile,v 1.15 2002/10/26 20:44:39 naddy Exp $
|
|
#
|
|
|
|
COMMENT= "XEVIOUS-like shooting game"
|
|
|
|
DISTNAME= xev111
|
|
PKGNAME= xbat-1.11
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://www.nemoto.ecei.tohoku.ac.jp/~wai/index_e.html
|
|
|
|
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/
|
|
|
|
CONFIGURE_STYLE=imake
|
|
WRKDIST= ${WRKDIR}/Xev111
|
|
ALL_TARGET= xbat
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|