- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Games_Chess-1.0.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Games_Chess-1.0.1.tgz fetch: http://pear.php.net/get/Games_Chess-1.0.1.tgz: size mismatch: expected 86920, actual 89817 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Games_Chess-1.0.1.tgz [1] Approved by: portmgr (blanket)
13 lines
278 B
Makefile
13 lines
278 B
Makefile
# Created by: Mark Huizer <xaa+ports@timewasters.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Games_Chess
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= games devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR methods for constructing and validating chess games in PGN
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|