Tweak games/blinken version 4.14.3
[dports.git] / games / xbat / Makefile
1 # Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
2 # $FreeBSD$
3
4 PORTNAME=       xbat
5 PORTVERSION=    1.11
6 PORTREVISION=   3
7 CATEGORIES=     games
8 MASTER_SITES=   LOCAL/hrs
9 DISTNAME=       xev111
10
11 MAINTAINER=     TsurutaniNaoki@gmail.com
12 COMMENT=        XEVIOUS like shooting game
13
14 LICENSE=        GPLv2
15
16 NO_CDROM=       Possible copyright infringement
17
18 USES=           imake
19 USE_XORG=       x11 xext
20 WRKSRC=         ${WRKDIR}/Xev111
21 ALL_TARGET=     xbat
22 USE_GCC=        yes # segfaults when compiled with clang
23
24 .include <bsd.port.mk>