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
19 lines
385 B
Makefile
19 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zfp
|
|
DISTVERSION= 0.5.4
|
|
CATEGORIES= devel science
|
|
MASTER_SITES= https://computation.llnl.gov/projects/floating-point-compression/download/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= High throughput library for compressed floating-point arrays
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
LDFLAGS+= -lm
|
|
|
|
.include <bsd.port.mk>
|