aboutsummaryrefslogtreecommitdiffstats
path: root/games/xbat/Makefile
blob: 317da9a39058db08ecf6bb316ca0022c02c1d7b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
# $FreeBSD$

PORTNAME=   xbat
PORTVERSION=    1.11
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   LOCAL/hrs
DISTNAME=   xev111

MAINTAINER= TsurutaniNaoki@gmail.com
COMMENT=    XEVIOUS like shooting game

LICENSE=    GPLv2

NO_CDROM=   Possible copyright infringement

USES=       imake
USE_XORG=   x11 xext
WRKSRC=     ${WRKDIR}/Xev111
ALL_TARGET= xbat
USE_GCC=    yes # segfaults when compiled with clang

.include <bsd.port.mk>