3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
32 lines
745 B
Makefile
32 lines
745 B
Makefile
# New ports collection makefile for: hdf-szip
|
|
# Date created: 3 March 2005
|
|
# Whom: glewis
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= szip
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= science archivers
|
|
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/szip/${PORTVERSION}/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= ports@FreeBSD.org
|
|
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>
|