Changeset View
Changeset View
Standalone View
Standalone View
games/crafty/Makefile
| Show All 11 Lines | |||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Chess program for playing and analyzing games | COMMENT= Chess program for playing and analyzing games | ||||
| BROKEN_aarch64= fails to compile: invokes amd64 assembler | BROKEN_aarch64= fails to compile: invokes amd64 assembler | ||||
| BROKEN_armv6= fails to compile: invokes amd64 assembler | BROKEN_armv6= fails to compile: invokes amd64 assembler | ||||
| BROKEN_armv7= fails to compile: invokes amd64 assembler | BROKEN_armv7= fails to compile: invokes amd64 assembler | ||||
| BROKEN_i386= fails to compile: invokes amd64 assembler | BROKEN_i386= fails to compile: invokes amd64 assembler | ||||
| BROKEN_mips= fails to compile: unrecognized command line option "-mpopcnt" | |||||
| BROKEN_mips64= fails to compile: unrecognized command line option "-mpopcnt" | |||||
| BROKEN_riscv64= fails to compile: invokes amd64 assembler | BROKEN_riscv64= fails to compile: invokes amd64 assembler | ||||
| USES= gmake zip | USES= gmake zip | ||||
| ALL_TARGET= unix-gcc | ALL_TARGET= unix-gcc | ||||
| NO_WRKSUBDIR= yes | NO_WRKSUBDIR= yes | ||||
| WITH_BOOKDIR?= ${PREFIX}/lib/crafty | WITH_BOOKDIR?= ${PREFIX}/lib/crafty | ||||
| Show All 35 Lines | |||||