pkgsrc/archivers/lzip/Makefile
adam ca03218f66 lzip: updated to 1.21
Changes in version 1.21:

Detection of forbidden combinations of characters in trailing data has been
improved.

Errors are now also checked when closing the input file.

Lzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch).

The descriptions of '-0..-9', '-m' and '-s' in the manual have been
improved.

The configure script now accepts appending options to CXXFLAGS using the
syntax 'CXXFLAGS+=OPTIONS'.

It has been documented in INSTALL the use of
CXXFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.
2019-01-18 10:03:40 +00:00

25 lines
712 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/01/18 10:03:40 adam Exp $
DISTNAME= lzip-1.21
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
TEST_TARGET= check
MAKE_FLAGS+= CXX=${CXX:Q}
MAKE_FLAGS+= CPPFLAGS=${CPPFLAGS:Q}
MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q}
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
.include "../../mk/bsd.pkg.mk"