mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
84050b1782
PR: ports/186319 Submitted by: maintainer
25 lines
437 B
Makefile
25 lines
437 B
Makefile
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbat
|
|
PORTVERSION= 1.11
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= LOCAL
|
|
MASTER_SITE_SUBDIR= hrs
|
|
DISTNAME= xev111
|
|
|
|
MAINTAINER= turutani@scphys.kyoto-u.ac.jp
|
|
COMMENT= XEVIOUS like shooting game
|
|
|
|
LICENSE= GPLv2
|
|
|
|
NO_CDROM= Possible copyright infringement
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
WRKSRC= ${WRKDIR}/Xev111
|
|
ALL_TARGET= xbat
|
|
|
|
.include <bsd.port.mk>
|