1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/biology/fasttree/Makefile
Piotr Kubaj 5240cba243 biology/fasttree: fix build on armv7
Same issue as with powerpc.
2021-06-15 08:41:19 +00:00

29 lines
628 B
Makefile

PORTNAME= FastTree
DISTVERSION= 2.1.10
PORTREVISION= 5
CATEGORIES= biology
MASTER_SITES= http://www.microbesonline.org/fasttree/
EXTRACT_SUFX= .c
MAINTAINER= jwb@FreeBSD.org
COMMENT= Approximately-maximum-likelihood phylogenetic trees from alignments
LICENSE= GPLv2+
BROKEN_armv6= fails to compile: FastTree-2.1.10.c:305:10: 'omp.h' file not found
NO_WRKSUBDIR= yes
PLIST_FILES= bin/FastTree
.include <bsd.port.options.mk>
.if ${ARCH} == armv7 || ${ARCH} == powerpc
USES= compiler:gcc-c++11-lib
.endif
do-extract:
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>