diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-21 03:10:55 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-21 03:10:55 +0000 |
commit | 07fac27b2411662092269cbc16eb0610fc41b175 (patch) | |
tree | 8484814ee752b300f792d9d7c4ce844d6fdfb3b5 | |
parent | ddfe40a7350547b3101604a9e98ecb1942f0b32b (diff) | |
download | ports-07fac27b2411662092269cbc16eb0610fc41b175.tar.gz ports-07fac27b2411662092269cbc16eb0610fc41b175.zip |
Notes
-rw-r--r-- | games/phalanx/Makefile | 12 | ||||
-rw-r--r-- | games/phalanx/pkg-descr | 25 |
2 files changed, 19 insertions, 18 deletions
diff --git a/games/phalanx/Makefile b/games/phalanx/Makefile index 5b0724e09eb1..99c27b056e58 100644 --- a/games/phalanx/Makefile +++ b/games/phalanx/Makefile @@ -9,7 +9,7 @@ PORTNAME= phalanx PORTVERSION= 22 CATEGORIES= games MASTER_SITES= ftp://ftp.math.muni.cz/pub/math/people/Dobes/ \ - http://www.crosswinds.net/~dobes/phalanx/ + http://dusan.freeshell.org/phalanx/ MAINTAINER= ports@FreeBSD.org @@ -22,12 +22,12 @@ MAKEFILE= makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/phalanx ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/phalanx - ${INSTALL_DATA} ${WRKSRC}/pbook.phalanx ${PREFIX}/share/phalanx - ${INSTALL_DATA} ${WRKSRC}/sbook.phalanx ${PREFIX}/share/phalanx + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/pbook.phalanx ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/sbook.phalanx ${DATADIR} .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/phalanx - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/phalanx + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/games/phalanx/pkg-descr b/games/phalanx/pkg-descr index 445e6841963f..5998d45653f9 100644 --- a/games/phalanx/pkg-descr +++ b/games/phalanx/pkg-descr @@ -1,13 +1,14 @@ - Phalanx is a chess playing program. Phalanx is xboard compatible. -Running with xboard: 'xboard -fcp phalanx'. Note that permanent brain -(pondering) is off by default. Newer versions of xboard set it on with -the 'hard' command. If this does not work, try 'xboard -fcp "phalanx -p+"' -or (for <4.0.0 versions of xboard) change your initString (see Xboard -documentation for details). It's better to stop permanent brain in both -programs, when playing Phalanx against another program on a machine with -one CPU. - It's also possible to run phalanx without xboard. Do "phalanx -h" to get -a list of command line options. One important command of phalanx's ASCII -interface is "help". +Phalanx is a chess playing program. Phalanx is xboard compatible. +Running with xboard: 'xboard -fcp phalanx'. Note that permanent +brain (pondering) is off by default. Newer versions of xboard set +it on with the 'hard' command. If this does not work, try 'xboard +-fcp "phalanx -p+"' or (for <4.0.0 versions of xboard) change your +initString (see Xboard documentation for details). It's better to +stop permanent brain in both programs, when playing Phalanx against +another program on a machine with one CPU. -WWW: http://www.crosswinds.net/~dobes/phalanx/ +It's also possible to run phalanx without xboard. Do "phalanx -h" +to get a list of command line options. One important command of +phalanx's ASCII interface is "help". + +WWW: http://dusan.freeshell.org/phalanx/ |