aboutsummaryrefslogtreecommitdiff
path: root/games/pear-Games_Chess
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 01:32:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 01:32:45 +0000
commit8e7c8b557f64ed98d9f33bde127f76f0e36a9a0d (patch)
treef6046f38f4e94f2303beaf8481e2add3c46704ee /games/pear-Games_Chess
parenta484f6f6a1adf8b7ba33dd5a9672f18c18688370 (diff)
downloadports-8e7c8b557f64ed98d9f33bde127f76f0e36a9a0d.tar.gz
ports-8e7c8b557f64ed98d9f33bde127f76f0e36a9a0d.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes: svn path=/head/; revision=314218
Diffstat (limited to 'games/pear-Games_Chess')
-rw-r--r--games/pear-Games_Chess/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/games/pear-Games_Chess/Makefile b/games/pear-Games_Chess/Makefile
index 7fc484442fda..d4f78bf359a7 100644
--- a/games/pear-Games_Chess/Makefile
+++ b/games/pear-Games_Chess/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Games_Chess
-# Date created: 19 October 2005
-# Whom: Mark Huizer <xaa+ports@timewasters.nl>
-#
+# Created by: Mark Huizer <xaa+ports@timewasters.nl>
# $FreeBSD$
-#
PORTNAME= Games_Chess
PORTVERSION= 1.0.1
@@ -13,16 +9,9 @@ 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:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Games
-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
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"