9ecfab52b8
players. It can be used on the console (or an xterm) or can communicate through pipes to a GUI frontend. If used in a console it uses ASCII characters to display the board on the screen. PR: ports/72705 Submitted by: Kuang-che Wu <kcwu@csie.org>
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# New ports collection makefile for: tsito
|
|
# Date created: 14 Oct 2004
|
|
# Whom: Kuang-che Wu <kcwu@csie.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tsito
|
|
PORTVERSION= 0.8.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= xiangqi-engine
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Chinese chess (Xiangqi) program
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="-lcompat"
|
|
CONFIGURE_ARGS= --prefix="${PREFIX}"
|
|
|
|
MAN1= tsito.1
|
|
|
|
.include <bsd.port.mk>
|