freebsd-ports/archivers/lzip/Makefile
Gerald Pfeifer a27b650d07 Update to lzip version 1.21. This includes the following changes:
- Improved detection of corrupt headers.
 - Some more error handling.
 - Improved descriptions of the -0, ..., -9, -m and -s command-line options.
2019-01-27 17:57:42 +00:00

24 lines
467 B
Makefile

# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
# $FreeBSD$
PORTNAME= lzip
PORTVERSION= 1.21
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>