mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
27 lines
458 B
Makefile
27 lines
458 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hyphy
|
|
DISTVERSION= 2.5.24
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Hypothesis testing using Phylogenies
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
USES= cmake compiler:openmp localbase:ldflags ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= veg
|
|
|
|
OPTIONS_DEFINE= AVX
|
|
AVX_DESC= Advanced vector extensions support
|
|
|
|
AVX_CMAKE_OFF= -DNOAVX:BOOL=ON
|
|
|
|
.include <bsd.port.mk>
|