Zstandard v1.3.7 perf: slightly better decompression speed on clang (depending on hardware target) fix: ratio for dictionary compression at levels 9 and 10, reported by @indygreg build: no longer build backtrace by default in release mode; restrict further automatic mode build: control backtrace support through build macro BACKTRACE misc: added man pages for zstdless and zstdgrep, by @samrussell
26 lines
769 B
Makefile
26 lines
769 B
Makefile
# $NetBSD: Makefile,v 1.20 2018/10/22 15:28:02 adam Exp $
|
|
|
|
DISTNAME= zstd-1.3.7
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=facebook/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://facebook.github.io/zstd/
|
|
COMMENT= Fast real-time compression algorithm
|
|
LICENSE= modified-bsd OR gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= ggrep gmake pkg-config
|
|
PKGCONFIG_OVERRIDE+= lib/libzstd.pc.in
|
|
MAKE_FLAGS= MANDIR=${PREFIX}/${PKGMANDIR}
|
|
MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
|
|
MAKE_FLAGS+= INSTALL=${INSTALL:Q}
|
|
|
|
BUILD_TARGET= allmost
|
|
TEST_TARGET= test
|
|
|
|
.include "../../archivers/lz4/buildlink3.mk"
|
|
.include "../../archivers/xz/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|