mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
5ae81a386a
- Pass maintainership to submitter PR: 124178 Submitted by: Wen heping <wenheping@gmail.com>
33 lines
744 B
Makefile
33 lines
744 B
Makefile
# New ports collection makefile for: hdf-szip
|
|
# Date created: 3 March 2005
|
|
# Whom: glewis
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= szip
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= science archivers
|
|
MASTER_SITES= ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/:src \
|
|
http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/:doc
|
|
PKGNAMEPREFIX= hdf-
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \
|
|
${DOCFILE}:doc
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Lossless compression library for scientific data
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
DOCFILE= Release_notes_2_0.pdf
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${DISTDIR}/${DOCFILE} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|