View | Details | Raw Unified | Return to bug 193544
Collapse All | Expand All

(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (fairymax/fairymax-0e4813b.tar.gz) = b76e91bc08b01ec6e2fcd1641c835c313261826a649d69dc132e9b74746e6a1b
1
SHA256 (fairymax/fairymax-7d6f28c.tar.gz) = e34c08891855dae16dfa5c32171ef8265eb84389c340a565d94088610bb9281e
2
SIZE (fairymax/fairymax-0e4813b.tar.gz) = 44430
2
SIZE (fairymax/fairymax-7d6f28c.tar.gz) = 44641
(-)Makefile (-5 / +19 lines)
Lines 2-23 Link Here
2
# $FreeBSD: head/games/fairymax/Makefile 352971 2014-05-04 21:16:38Z antoine $
2
# $FreeBSD: head/games/fairymax/Makefile 352971 2014-05-04 21:16:38Z antoine $
3
3
4
PORTNAME=	fairymax
4
PORTNAME=	fairymax
5
PORTVERSION=	4.8S.6
5
PORTVERSION=	4.8T
6
CATEGORIES=	games
6
CATEGORIES=	games
7
MASTER_SITES=	http://freeheimdall.spdns.org/files/
7
MASTER_SITES=	http://freeheimdall.spdns.org/files/
8
DISTNAME=	${PORTNAME}-0e4813b
8
# http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=${COMMIT_HASH};sf=tgz
9
# http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=0e4813b1b6dbb8a2a85c5b6a42486cfa52724d68;sf=tgz
9
# http://hgm.nubati.net/cgi-bin/gitweb.cgi/fairymax.git/snapshot/${COMMIT_HASH}
10
# but sha256 changes, as creation date of *.tar inside *.tar.gz changes.
11
DISTNAME=	${PORTNAME}-${COMMIT_HASH}
10
12
11
MAINTAINER=	kalten@gmx.at
13
MAINTAINER=	kalten@gmx.at
12
COMMENT=	Chess engine for shatranj, courier chess, and others
14
COMMENT=	Chess engine for shatranj, courier chess, and others
13
15
14
CONFLICTS=	fairymax-4.8Q.*
16
CONFLICTS=	fairymax-4.8[QS].*
15
17
16
OPTIONS_DEFINE=	OPTIMIZED_CFLAGS
18
COMMIT_HASH=	7d6f28c
19
20
OPTIONS_DEFINE=	OPTIMIZED_CFLAGS DOCS
17
OPTIONS_DEFAULT=	OPTIMIZED_CFLAGS
21
OPTIONS_DEFAULT=	OPTIMIZED_CFLAGS
18
22
23
PORTDOCS=	changelog copyright CVfairy.html README
24
19
DIST_SUBDIR=	${PORTNAME}
25
DIST_SUBDIR=	${PORTNAME}
20
26
27
.include <bsd.port.options.mk>
28
21
PLIST_FILES=	bin/${PORTNAME} \
29
PLIST_FILES=	bin/${PORTNAME} \
22
		bin/shamax \
30
		bin/shamax \
23
		bin/maxqi \
31
		bin/maxqi \
Lines 51-54 Link Here
51
	${LN} -s ${MAN6PREFIX}/man/man6/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/shamax.6
59
	${LN} -s ${MAN6PREFIX}/man/man6/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/shamax.6
52
	${LN} -s ${MAN6PREFIX}/man/man6/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/maxqi.6
60
	${LN} -s ${MAN6PREFIX}/man/man6/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/maxqi.6
53
61
62
post-install:
63
.if ${PORT_OPTIONS:MDOCS}
64
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
65
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
66
.endif
67
54
.include <bsd.port.mk>
68
.include <bsd.port.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 6-10 Link Here
6
You can use it e.g. with games/xboard/:
6
You can use it e.g. with games/xboard/:
7
e.g.: xboard -boardSize Middling -variant courier -fcp fairymax
7
e.g.: xboard -boardSize Middling -variant courier -fcp fairymax
8
8
9
GIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git
9
GIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi/fairymax.git
10
WWW: http://www.chessvariants.org/index/msdisplay.php?itemid=MSfairy-max
10
WWW: http://www.chessvariants.org/index/msdisplay.php?itemid=MSfairy-max

Return to bug 193544