mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
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>
|