1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/archivers/zstd/Makefile
2021-05-22 22:42:13 +08:00

38 lines
885 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
PORTNAME= zstd
PORTVERSION= 1.5.0
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.4+,build shebangfix
MESON_ARGS= -Ddefault_library=both
USE_LDCONFIG= yes
WRKSRC_SUBDIR= build/meson
SHEBANG_FILES= *.py
PLIST_SUB= PORTVERSION=${PORTVERSION}
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>