2004-03-20 06:17:43 +00:00
|
|
|
# New ports collection makefile for: xshogi
|
1996-11-17 11:53:34 +00:00
|
|
|
# Date created: 20 October 1996
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1996-11-17 11:53:34 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= xshogi
|
2004-03-20 06:17:43 +00:00
|
|
|
PORTVERSION= ${GNUSHOGI_PORTVERSION}
|
1999-01-12 16:51:33 +00:00
|
|
|
CATEGORIES= games
|
2004-03-20 06:17:43 +00:00
|
|
|
MASTER_SITES= ${GNUSHOGI_MASTER_SITES}
|
|
|
|
MASTER_SITE_SUBDIR= ${GNUSHOGI_MASTER_SITE_SUBDIR}
|
|
|
|
DISTNAME= ${GNUSHOGI_DISTNAME}
|
1996-11-17 11:53:34 +00:00
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= The Japanese chess-like game for X Window System
|
1996-11-17 11:53:34 +00:00
|
|
|
|
2004-03-20 06:17:43 +00:00
|
|
|
RUN_DEPENDS= gnushogi:${PORTSDIR}/games/gnushogi
|
|
|
|
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/xshogi
|
1996-11-17 11:53:34 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
2004-03-20 06:17:43 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
1997-01-03 09:27:10 +00:00
|
|
|
MAN6= xshogi.6
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/xshogi
|
1997-01-03 09:27:10 +00:00
|
|
|
|
2004-03-20 06:17:43 +00:00
|
|
|
.include "${.CURDIR}/../../games/gnushogi/Makefile.common"
|
|
|
|
.include <bsd.port.pre.mk>
|
1996-11-17 11:53:34 +00:00
|
|
|
|
2004-03-20 06:17:43 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xshogi/xshogi ${PREFIX}/bin/xshogi
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/xshogi.6 ${MANPREFIX}/man/man6/xshogi.6
|
1996-11-17 11:53:34 +00:00
|
|
|
|
2004-03-20 06:17:43 +00:00
|
|
|
.include <bsd.port.post.mk>
|