32 lines
758 B
Makefile
Raw Normal View History

2007-11-13 14:54:30 +00:00
# $OpenBSD: Makefile,v 1.20 2007/11/13 14:54:31 steven Exp $
1998-05-20 01:21:34 +00:00
#
COMMENT= XEVIOUS-like shooting game
1998-05-20 01:21:34 +00:00
DISTNAME= xev111
2007-11-13 14:54:30 +00:00
PKGNAME= xbat-1.11p1
CATEGORIES= games
2000-12-08 15:13:23 +00: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 23:06:43 +00:00
PERMIT_DISTFILES_FTP= Yes
2007-11-13 14:54:30 +00:00
WANTLIB= X11 Xau Xdmcp Xext c m
2000-03-16 23:06:43 +00:00
MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/
1998-05-20 01:21:34 +00:00
CONFIGURE_STYLE=imake
2000-02-11 00:37:15 +00:00
WRKDIST= ${WRKDIR}/Xev111
1998-05-20 01:21:34 +00:00
ALL_TARGET= xbat
2006-11-13 10:08:12 +00:00
USE_X11= Yes
2002-10-26 20:44:38 +00:00
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Xbat
${INSTALL_DATA} ${WRKSRC}/Score/* ${PREFIX}/share/examples/Xbat
1998-05-20 01:21:34 +00:00
.include <bsd.port.mk>