mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
743355a96d
Approved by: portmgr (blanket)
26 lines
535 B
Makefile
26 lines
535 B
Makefile
PORTNAME= lzip
|
|
DISTVERSION= 1.23
|
|
PORTREVISION= 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>
|