1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/zfp/Makefile
2019-06-30 08:33:12 +00:00

20 lines
385 B
Makefile

# $FreeBSD$
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>