1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/games/xshogi/Makefile
Johan van Selst 18bce012d3 - Update gnushogi/xshogi to 1.4.2
- No longer use a common Makefile
2014-02-19 19:43:17 +00:00

24 lines
483 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
MASTER_SITE_SUBDIR= gnushogi
MAINTAINER= johans@FreeBSD.org
COMMENT= Japanese chess-like game for X Window System
RUN_DEPENDS= gnushogi:${PORTSDIR}/games/gnushogi
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
.include <bsd.port.mk>