1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/archivers/lzip/Makefile
Gerald Pfeifer cc8dacaaf0 archivers/lzip: Update to 1.22
This includes the following changes:
 - Report an error if a file name is empty.
 - Make '-o' behave like '-c', but writing to file instead of stdout.
 - Do not open output if input is a terminal.
 - Replace 'decompressed', 'compressed' with 'out', 'in' in output.
 - Several fixes and improvements, improved test coverage.

On the way switch from PORTVERSION to DISTVERSION and add a LICENSE_FILE
(while the license itselfs does not change from GPLv2).

PR:		255463
Submitted by:	Gian-Simon Purkert <gspurki@gmail.com>
2021-05-11 06:16:03 +00:00

25 lines
487 B
Makefile

# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
PORTNAME= lzip
DISTVERSION= 1.22
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/lzip
MAINTAINER= gerald@FreeBSD.org
COMMENT= Lossless data compressor based on the LZMA algorithm
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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>