freebsd-ports/games/xshogi/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

26 lines
484 B
Makefile

# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
# $FreeBSD$
PORTNAME= xshogi
PORTVERSION= 1.4.2
CATEGORIES= games
MASTER_SITES= GNU/gnushogi
MAINTAINER= ports@FreeBSD.org
COMMENT= Japanese chess-like game for X Window System
RUN_DEPENDS= gnushogi:games/gnushogi
USES= xorg
USE_XORG= xt xaw x11
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
PORTDOCS= README.xboard BUGS
PLIST_FILES= bin/xshogi man/man6/xshogi.6.gz
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>