1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/biology/hyphy/Makefile
Joseph Mingrone dab99da055
biology/hyphy: Update to 2.4.32
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
2021-08-20 10:56:52 -03:00

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>