8cdd06ad19
- Compression ratio of option -9 has been slightly increased. - Compression time has been reduced by 4%, by 2% for option -0. - The behavior is now like 'cp -p'. - The license changed to GPL version 2 or later.
23 lines
437 B
Makefile
23 lines
437 B
Makefile
# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lzip
|
|
PORTVERSION= 1.16
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SAVANNAH/lzip
|
|
|
|
MAINTAINER= gerald@FreeBSD.org
|
|
COMMENT= Lossless data compressor based on the LZMA algorithm
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PLIST_FILES= bin/lzip \
|
|
man/man1/lzip.1.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= CXX="${CXX}" \
|
|
CXXFLAGS="${CXXFLAGS}" \
|
|
LDFLAGS="${LDFLAGS}"
|
|
INFO= lzip
|
|
|
|
.include <bsd.port.mk>
|