svn commit: r314218 - head/games/pear-Games_Chess
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 01:32:46 UTC 2013
Author: miwi
Date: Fri Mar 15 01:32:45 2013
New Revision: 314218
URL: http://svnweb.freebsd.org/changeset/ports/314218
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/games/pear-Games_Chess/Makefile (contents, props changed)
Modified: head/games/pear-Games_Chess/Makefile
==============================================================================
--- head/games/pear-Games_Chess/Makefile Fri Mar 15 01:31:42 2013 (r314217)
+++ head/games/pear-Games_Chess/Makefile Fri Mar 15 01:32:45 2013 (r314218)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Games_Chess
-# Date created: 19 October 2005
-# Whom: Mark Huizer <xaa+ports at timewasters.nl>
-#
+# Created by: Mark Huizer <xaa+ports at timewasters.nl>
# $FreeBSD$
-#
PORTNAME= Games_Chess
PORTVERSION= 1.0.1
@@ -13,16 +9,9 @@ MAINTAINER= miwi at 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"
More information about the svn-ports-head
mailing list