1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/science/szip/Makefile
Sunpoet Po-Chuan Hsieh 7c03f775c4 Update to 2.1.1
- Changed version to 2.1.1
- CMake support added, which allows for shared or static builds
- CMake dual-binary code added to build both static and shared
2019-02-24 17:56:03 +00:00

31 lines
711 B
Makefile

# Created by: glewis
# $FreeBSD$
PORTNAME= szip
PORTVERSION= 2.1.1
CATEGORIES= science archivers
MASTER_SITES= https://support.hdfgroup.org/ftp/lib-external/szip/${PORTVERSION}/src/ \
https://support.hdfgroup.org/ftp/lib-external/szip/previous/${PORTVERSION}/src/ \
LOCAL/sunpoet
PKGNAMEPREFIX= hdf-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lossless compression library for scientific data
LICENSE= SZIP
LICENSE_NAME= SZIP License
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
CONFLICTS_INSTALL= libaec
USES= libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LIBS+= -lm
TEST_TARGET= check
USE_LDCONFIG= yes
.include <bsd.port.mk>