1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/biology/hyphy/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
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
2018-12-25 20:25:39 +00:00

26 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>