2005-03-17 20:30:00 +01:00
|
|
|
# New ports collection makefile for: hdf-szip
|
|
|
|
# Date created: 3 March 2005
|
|
|
|
# Whom: glewis
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= szip
|
|
|
|
PORTVERSION= 2.0
|
|
|
|
CATEGORIES= science archivers
|
2005-03-17 21:02:01 +01:00
|
|
|
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/szip/${PORTVERSION}/src/:src \
|
|
|
|
http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/:doc
|
2005-03-17 20:30:00 +01:00
|
|
|
PKGNAMEPREFIX= hdf-
|
2005-03-17 21:02:01 +01:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \
|
|
|
|
${DOCFILE}:doc
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
2005-03-17 20:30:00 +01:00
|
|
|
|
2007-04-04 05:31:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-17 20:30:00 +01:00
|
|
|
COMMENT= Lossless compression library for scientific data
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-03-17 20:30:00 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-03-17 21:02:01 +01:00
|
|
|
DOCFILE= Release_notes_2_0.pdf
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${DISTDIR}/${DOCFILE} ${DOCSDIR}
|
|
|
|
.endif
|
2005-03-17 20:30:00 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|