db7f4f53aa
Unfortunately neither the maintainer or I have time at the moment to chase down all of these failures. The "fails to package" ones ought to be fairly easy to fix. Discussed with: maintainer
11 lines
206 B
Makefile
11 lines
206 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= mips64-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BROKEN_aarch64= fails to package
|
|
BROKEN_mips64= fails to package
|
|
|
|
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|