mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d1bcd54990
- Reset maintainer PR: ports/163599 [1] Submitted by: Rob Farmer <rfarmer@predatorlabs.net> [1]
36 lines
806 B
Makefile
36 lines
806 B
Makefile
# New ports collection makefile for: hdf-szip
|
|
# Date created: 3 March 2005
|
|
# Whom: glewis
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= szip
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= science archivers
|
|
MASTER_SITES= ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/:src \
|
|
http://www.hdfgroup.org/doc_resource/SZIP/:doc
|
|
PKGNAMEPREFIX= hdf-
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \
|
|
${DOCFILE}:doc
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Lossless compression library for scientific data
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
DOCFILE= Release_notes_2_0.pdf
|
|
LDFLAGS+= -lm
|
|
CONFIGURE_ARGS+= LDFLAGS="${LDFLAGS}"
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${DISTDIR}/${DOCFILE} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|