freebsd-ports/archivers/zstd/Makefile
2022-01-29 07:26:36 +08:00

37 lines
885 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
PORTNAME= zstd
PORTVERSION= 1.5.2
CATEGORIES= archivers
MASTER_SITES= https://github.com/facebook/zstd/releases/download/v${PORTVERSION}/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast real-time compression algorithm
LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/../../LICENSE
LICENSE_FILE_GPLv2= ${WRKSRC}/../../COPYING
TEST_DEPENDS= gmd5sum:sysutils/coreutils
USES= meson pkgconfig python:3.7+,build shebangfix
MESON_ARGS= -Ddefault_library=both
USE_LDCONFIG= yes
WRKSRC_SUBDIR= build/meson
PLIST_SUB= PORTVERSION=${PORTVERSION}
SHEBANG_FILES= *.py
OPTIONS_DEFINE= LZ4 OPTIMIZED_CFLAGS TEST
OPTIONS_DEFAULT=LZ4
LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4
LZ4_MESON_ENABLED= lz4
LZ4_USES= localbase:ldflags
OPTIMIZED_CFLAGS_VARS= CFLAGS+=-O3
TEST_MESON_TRUE= bin_tests
.include <bsd.port.mk>