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
|
2007-08-05 04:25:29 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2005-10-23 05:12:43 +02:00
|
|
|
CATEGORIES= games devel pear
|
|
|
|
|
2008-09-08 02:22:00 +02:00
|
|
|
MAINTAINER= miwi@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
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-10-23 05:12:43 +02:00
|
|
|
|
|
|
|
CATEGORY= Games
|
2007-08-05 04:25:29 +02:00
|
|
|
FILES= Chess/Crazyhouse.php Chess/Losers.php Chess/Standard.php \
|
|
|
|
Chess.php
|
|
|
|
EXAMPLES= images/dark/b.gif images/dark/blank.gif images/dark/k.gif \
|
|
|
|
images/dark/n.gif images/dark/p.gif images/dark/q.gif \
|
|
|
|
images/dark/r.gif images/B.gif images/blank.gif images/K.gif \
|
|
|
|
images/N.gif images/P.gif images/Q.gif images/R.gif \
|
|
|
|
HTMLChess.php
|
2005-10-23 05:12:43 +02:00
|
|
|
|
|
|
|
.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>
|