mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
18bce012d3
- No longer use a common Makefile
24 lines
483 B
Makefile
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>
|