5c35ea4472
Changes in version 1.16: Compression ratio of option -9 has been slightly increased. Compression time has been reduced by 4%. "lzip -0" is now comparable in compression speed and ratio to "gzip -6". Copying of file dates, permissions, and ownership now behaves like "cp -p". (If the user ID or the group ID can't be duplicated, the file permission bits S_ISUID and S_ISGID are cleared). Some minor improvements have been made. "lzip.texinfo" has been renamed to "lzip.texi". The license has been changed to GPL version 2 or later.
22 lines
661 B
Makefile
22 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/11/20 07:32:15 mef Exp $
|
|
|
|
DISTNAME= lzip-1.16
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/lzip/lzip.html
|
|
COMMENT= Lossless data compressor based on the LZMA algorithm
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c++
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
INFO_FILES= YES
|
|
|
|
MAKEFLAGS+= CXX=${CXX:Q} CPPFLAGS=${CPPFLAGS:Q}
|
|
MAKEFLAGS+= CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|