1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/xsoldier/Makefile
2021-04-06 16:31:07 +02:00

22 lines
493 B
Makefile

# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
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>