Files
ports/archivers/lzip/Makefile
Gerald Pfeifer 4eca8997ab archivers/lzip: Update to 1.24.1
This doesn't bring relevant changes (only a build fix for a different
platform and different casing for some term in the docs), still go for
it to avoid people wondering about it and tools flagging it.
2024-05-13 10:32:19 +00:00

25 lines
521 B
Makefile

PORTNAME= lzip
DISTVERSION= 1.24.1
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/lzip
MAINTAINER= gerald@FreeBSD.org
COMMENT= Lossless data compressor based on the LZMA algorithm
WWW= https://www.nongnu.org/lzip/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= bin/lzip \
share/man/man1/lzip.1.gz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}"
INSTALL_TARGET= install-strip
INFO= lzip
.include <bsd.port.mk>