1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/xshogi/Makefile

24 lines
483 B
Makefile
Raw Normal View History

# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1999-08-25 06:06:33 +00:00
# $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>