12 lines
267 B
Makefile
12 lines
267 B
Makefile
# Created by: Mark Huizer <xaa+ports@timewasters.nl>
|
|
|
|
PORTNAME= Games_Chess
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= games devel pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR methods for constructing and validating chess games in PGN
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|