blob: d4f78bf359a7e55463572a1ba108ebe9d20050be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Mark Huizer <xaa+ports@timewasters.nl>
# $FreeBSD$
PORTNAME= Games_Chess
PORTVERSION= 1.0.1
CATEGORIES= games devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR methods for constructing and validating chess games in PGN
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|