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> |