freebsd-ports/devel/zfp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
372 B
Makefile

PORTNAME= zfp
DISTVERSION= 0.5.5
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>