100196f27a
Especially now that the default line is more verbose.
25 lines
601 B
Makefile
25 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.13 2001/10/28 13:05:46 espie Exp $
|
|
#
|
|
|
|
COMMENT= "XEVIOUS-like shooting game"
|
|
|
|
DISTNAME= xev111
|
|
PKGNAME= xbat-1.11
|
|
CATEGORIES= games
|
|
NEED_VERSION= 1.402
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|