1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/biology/iqtree/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

39 lines
1.1 KiB
Makefile

PORTNAME= iqtree
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.6
PORTREVISION= 2
CATEGORIES= biology
MAINTAINER= jrm@FreeBSD.org
COMMENT= Efficient phylogenomic software by maximum likelihood
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to compile: unrecognized command line option '-msse3'
BROKEN_armv6= fails to compile: unrecognized command line options '-m32' and '-msse3'
BROKEN_armv7= fails to compile: unrecognized command line options '-m32' and '-msse3'
BROKEN_i386= ld: error: unable to find library -latomic (see bug 230888)
BROKEN_powerpc64= fails to build: GCC version must be at least 4.8!
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs
USES= cmake compiler:c++11-lang eigen:3
USE_GITHUB= yes
GH_ACCOUNT= Cibiv
GH_PROJECT= IQ-TREE
PLIST_FILES= bin/iqtree
PORTEXAMPLES= example.cf example.nex example.phy models.nex
OPTIONS_DEFINE= EXAMPLES
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/iqtree2 ${STAGEDIR}${PREFIX}/bin/iqtree
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>