pkgsrc/archivers/lzip/Makefile
mef 236b8b2790 Update 1.16 to 1.17
-------------------
2015-07-12  Antonio Diaz Diaz  <antonio@gnu.org>
	* Version 1.17 released.
	* Reorganization of the compression code.
	* lzip.texi: Added chapter 'Quality assurance'.
	* Makefile.in: Added new targets 'install*-compress'.
2015-07-26 12:15:30 +00:00

22 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.11 2015/07/26 12:15:30 mef Exp $
DISTNAME= lzip-1.17
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"