diff options
Diffstat (limited to 'archivers/szip/Makefile')
-rw-r--r-- | archivers/szip/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile new file mode 100644 index 00000000000..64ec2cbf975 --- /dev/null +++ b/archivers/szip/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/20 18:03:29 drochner Exp $ +# + +DISTNAME= szip1.1 +PKGNAME= szip-1.1 +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/szip/src/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/ +COMMENT= Extended-Rice lossless compression + +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} +LICENSE= no-commercial-use + +.include "../../mk/bsd.pkg.mk" |