Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
25 lines
430 B
Makefile
25 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hyphy
|
|
DISTVERSION= 2.3.14-16
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= -g3d88d3e6
|
|
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= compiler:c++14-lang cmake localbase:ldflags ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= veg
|
|
|
|
CMAKE_ON= NOAVX
|
|
|
|
.include <bsd.port.mk>
|