6e45c368c0
and adapt distinfo. Change between .tar and .tar.gz: diff -r tar/szip-2.0/config/gnu-flags targz/szip-2.0/config/gnu-flags 129c129 < CFLAGS="$CFLAGS $ARCH -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline" --- > CFLAGS="$CFLAGS -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline" Only in targz/szip-2.0/config: gnu-flags.old
26 lines
671 B
Makefile
26 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/06/05 05:59:23 wiz Exp $
|
|
|
|
DISTNAME= szip-2.0
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ftp://ftp.hdfgroup.org/lib-external/szip/2.0/src/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
|
|
COMMENT= Extended-Rice lossless compression
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
LICENSE= szip-license
|
|
RESTRICTED= No permission to redistribute
|
|
NO_SRC_ON_FTP= ${RESTRICTED}
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
|
|
|
|
INSTALLATION_DIRS= include lib
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|