45b88f5af7
Changes in version 1.16: Repairing of single-byte errors is now about 10 times faster depending on file size and position of error. 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. "lziprecover.texinfo" has been renamed to "lziprecover.texi". The license has been changed to GPL version 2 or later.
19 lines
608 B
Makefile
19 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/01/04 10:45:22 wiz Exp $
|
|
|
|
DISTNAME= lziprecover-1.16
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/lziprecover/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/lzip/lziprecover.html
|
|
COMMENT= Recovery tool for lossless data compressor based on the LZMA algorithm
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
|
|
USE_LANGUAGES= c++
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
INFO_FILES= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|