freebsd-ports/archivers/lzip/Makefile
Gerald Pfeifer 8cdd06ad19 Update to lzip version 1.16 which includes the following changes:
- 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.
2014-10-11 07:32:37 +00:00

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>