freebsd-ports/games/tsito/Makefile
Pav Lucistnik 9ecfab52b8 Tsito plays XiangQi (Chinese Chess) against the user or it referees two
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>
2004-10-15 23:49:06 +00:00

23 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>