adb93122cb
For ports that already use the licenses framwork, merge the content of RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs. Approved by: rene Differential Revision: https://reviews.freebsd.org/D30010
25 lines
565 B
Makefile
25 lines
565 B
Makefile
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
|
|
PORTNAME= xbat
|
|
PORTVERSION= 1.11
|
|
PORTREVISION= 10
|
|
CATEGORIES= games
|
|
MASTER_SITES= LOCAL/hrs
|
|
DISTNAME= xev111
|
|
|
|
MAINTAINER= TsurutaniNaoki@gmail.com
|
|
COMMENT= XEVIOUS like shooting game
|
|
|
|
LICENSE= GPLv2 CR
|
|
LICENSE_COMB= multi
|
|
LICENSE_NAME_CR= Copyright
|
|
LICENSE_TEXT_CR= Possible copyright infringement
|
|
LICENSE_PERMS_CR= dist-mirror pkg-mirror auto-accept
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext
|
|
WRKSRC= ${WRKDIR}/Xev111
|
|
ALL_TARGET= xbat
|
|
USE_GCC= yes # segfaults when compiled with clang
|
|
|
|
.include <bsd.port.mk>
|