diff options
Diffstat (limited to 'science/szip/Makefile')
-rw-r--r-- | science/szip/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/science/szip/Makefile b/science/szip/Makefile new file mode 100644 index 000000000000..f8141c0dfe57 --- /dev/null +++ b/science/szip/Makefile @@ -0,0 +1,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> |