4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
451 B
Makefile
23 lines
451 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= johans@FreeBSD.org
|
|
COMMENT= Japanese chess-like game for X Window System
|
|
|
|
RUN_DEPENDS= gnushogi: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>
|