mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
25 lines
468 B
Makefile
25 lines
468 B
Makefile
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
NO_CDROM= Possible copyright infringement
|
|
|
|
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>
|