summaryrefslogtreecommitdiffstats
path: root/games/pear-Games_Chess/Makefile
blob: 319ce1aa7be0dcf27f8652dc26f3ef95b5a3265f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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

MAINTAINER=	xaa+ports@timewasters.nl
COMMENT=	PEAR methods for constructing and validating chess games in PGN

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
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>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud