pkgsrc/archivers/lzip/Makefile
wiz 8a97cd61b5 Initial import of lzip-1.7:
Lzip is a lossless data compressor based on the LZMA algorithm, with
very safe integrity checking and a user interface similar to the one of
gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses
better than bzip2, which makes it well suited for software distribution
and data archiving.
2009-07-15 08:36:48 +00:00

22 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/07/15 08:36:48 wiz Exp $
#
DISTNAME= lzip-1.7
CATEGORIES= archivers
MASTER_SITES= http://mirror.lihnidos.org/GNU/savannah/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-v3
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c++
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
INFO_FILES= YES
.include "../../mk/bsd.pkg.mk"