freebsd-ports/games/xsoldier/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
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.
2019-11-05 22:16:14 +00:00

22 lines
505 B
Makefile

# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
# $FreeBSD$
PORTNAME= xsoldier
PORTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.interq.or.jp/libra/oohara/xsoldier/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Space-based shoot-em up game for X11
USES= xorg
USE_XORG= x11 ice sm xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var
MAKE_ARGS= CC_OPTIMIZE="${CFLAGS}"
SCOREFILE= /var/games/xsoldier.scores
PLIST_SUB= SCOREFILE=${SCOREFILE}
.include <bsd.port.mk>