freebsd-ports/science/szip/Makefile
Greg Lewis efa92f7fe6 . Drop maintainership of these ports. Its glaringly obvious that I don't
have time to maintain them since I'm not even keeping up with the ports
  that are most important to me.
2007-04-04 03:31:05 +00:00

32 lines
747 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
INSTALLS_SHLIB= yes
DOCFILE= Release_notes_2_0.pdf
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${DISTDIR}/${DOCFILE} ${DOCSDIR}
.endif
.include <bsd.port.mk>