32 lines
758 B
Makefile
32 lines
758 B
Makefile
# $OpenBSD: Makefile,v 1.20 2007/11/13 14:54:31 steven Exp $
|
|
#
|
|
|
|
COMMENT= XEVIOUS-like shooting game
|
|
|
|
DISTNAME= xev111
|
|
PKGNAME= xbat-1.11p1
|
|
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
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c m
|
|
|
|
MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/
|
|
|
|
CONFIGURE_STYLE=imake
|
|
WRKDIST= ${WRKDIR}/Xev111
|
|
ALL_TARGET= xbat
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Xbat
|
|
${INSTALL_DATA} ${WRKSRC}/Score/* ${PREFIX}/share/examples/Xbat
|
|
|
|
.include <bsd.port.mk>
|