2009-08-10 02:29:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2009/08/10 06:31:43 kili Exp $
|
1998-05-19 21:21:34 -04:00
|
|
|
#
|
|
|
|
|
2007-09-15 14:01:00 -04:00
|
|
|
COMMENT= XEVIOUS-like shooting game
|
2001-05-05 21:06:09 -04:00
|
|
|
|
1998-05-19 21:21:34 -04:00
|
|
|
DISTNAME= xev111
|
2009-08-10 02:29:51 -04:00
|
|
|
PKGNAME= xbat-1.11p2
|
2006-11-10 12:07:18 -05:00
|
|
|
CATEGORIES= games
|
1998-11-08 20:49:54 -05:00
|
|
|
|
2000-12-08 10:13:23 -05:00
|
|
|
HOMEPAGE= http://www.nemoto.ecei.tohoku.ac.jp/~wai/index_e.html
|
|
|
|
|
2007-09-15 14:01:00 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= possible copyright infringement
|
|
|
|
PERMIT_PACKAGE_FTP= possible copyright infringement
|
|
|
|
PERMIT_DISTFILES_CDROM= possible copyright infringement
|
2000-03-16 18:06:43 -05:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-13 09:54:30 -05:00
|
|
|
|
2009-08-10 02:29:51 -04:00
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs xcb
|
2000-03-16 18:06:43 -05:00
|
|
|
|
1998-11-08 20:49:54 -05:00
|
|
|
MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/
|
1998-05-19 21:21:34 -04:00
|
|
|
|
2000-10-22 11:41:23 -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
|
2006-11-13 05:08:12 -05:00
|
|
|
USE_X11= Yes
|
2002-10-26 16:44:38 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2006-11-10 12:07:18 -05:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Xbat
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Score/* ${PREFIX}/share/examples/Xbat
|
|
|
|
|
1998-05-19 21:21:34 -04:00
|
|
|
.include <bsd.port.mk>
|