opnsense-ports/science/szip/Makefile
Franco Fichtner 1f6732cc1b */*: sync with upstream
Taken from: HardenedBSD
2019-02-24 13:39:59 +01:00

30 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>