1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/games/xbat/Makefile
Pawel Pekala 84050b1782 Add LICENSE (requested by maintainer in PR)
PR:		ports/186319
Submitted by:	maintainer
2014-02-02 13:42:22 +00:00

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>