openbsd-ports/games/xbat/Makefile

31 lines
747 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2007/09/15 18:01:03 simon 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.11p0
CATEGORIES= games
2000-12-08 10:13:23 -05:00
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
2000-03-16 18:06:43 -05:00
PERMIT_DISTFILES_FTP= Yes
2004-11-28 17:41:14 -05:00
WANTLIB= X11 Xext c m
2000-03-16 18:06:43 -05:00
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
2006-11-13 05:08:12 -05:00
USE_X11= Yes
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
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>