33afde761f
- The option '-l, --list' has been ported from lziprecover. - Don't allow mixing different operations (-d, -l or -t). - Compression time of option '-0' has been slightly reduced. - Decompression time has been reduced by 2%. - A few internal improvements and increasing checking. Set INSTALL_TARGET=install-strip to strip installed executable.
24 lines
467 B
Makefile
24 lines
467 B
Makefile
# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lzip
|
|
PORTVERSION= 1.19
|
|
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}"
|
|
INSTALL_TARGET= install-strip
|
|
INFO= lzip
|
|
|
|
.include <bsd.port.mk>
|