Files
ports/science/szip/Makefile
Sunpoet Po-Chuan Hsieh 8634eafdb9 Remove outdated document
- Bump PORTREVISION for package change
2019-01-13 20:25:41 +00:00

31 lines
729 B
Makefile

# Created by: glewis
# $FreeBSD$
PORTNAME= szip
PORTVERSION= 2.1
PORTREVISION= 3
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/szip
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
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LIBS+= -lm
TEST_TARGET= check
USE_LDCONFIG= yes
USES= libtool
.include <bsd.port.mk>