blob: f8141c0dfe57a1cc1b2a70a4d160e748766bef85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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/
PKGNAMEPREFIX= hdf-
MAINTAINER= glewis@FreeBSD.org
COMMENT= Lossless compression library for scientific data
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|