2005-10-23 05:12:43 +02:00
|
|
|
# Ports collection makefile for: pear-Games_Chess
|
|
|
|
# Date created: 19 October 2005
|
|
|
|
# Whom: Mark Huizer <xaa+ports@timewasters.nl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Games_Chess
|
|
|
|
PORTVERSION= 0.9.0
|
|
|
|
CATEGORIES= games devel pear
|
|
|
|
|
2007-03-05 08:39:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-23 05:12:43 +02:00
|
|
|
COMMENT= PEAR methods for constructing and validating chess games in PGN
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-10-23 05:12:43 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= Games
|
|
|
|
FILES= Chess.php \
|
|
|
|
Chess/Crazyhouse.php Chess/Losers.php Chess/Player.php \
|
|
|
|
Chess/Result.php Chess/Standard.php
|
|
|
|
|
|
|
|
EXAMPLES= HTMLChess.php images/B.gif images/N.gif images/Q.gif \
|
|
|
|
images/blank.gif images/K.gif images/P.gif images/R.gif \
|
|
|
|
images/dark/b.gif images/dark/k.gif images/dark/p.gif \
|
|
|
|
images/dark/r.gif images/dark/blank.gif images/dark/n.gif \
|
|
|
|
images/dark/q.gif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-10-23 05:12:43 +02:00
|
|
|
.include <bsd.port.post.mk>
|