mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
dab99da055
https://github.com/veg/hyphy/releases/tag/2.5.32 Port changes: - Remove USES=ssl since it's an indirect dependency from curl - Remove patch that was upstreamed
25 lines
425 B
Makefile
25 lines
425 B
Makefile
PORTNAME= hyphy
|
|
DISTVERSION= 2.5.32
|
|
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 localbase:ldflags
|
|
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>
|