aboutsummaryrefslogtreecommitdiffstats
path: root/games/tsito/Makefile
blob: e3c8ef7204654e08e7151c1d9820ddf8b7e8204c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=   SF/xiangqi-engine/xiangqi-engine/${PORTNAME}-${PORTVERSION}

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>