493aa5e249
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
12 lines
300 B
Makefile
12 lines
300 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2017/10/23 13:15:29 adam Exp $
|
|
|
|
BUILDLINK_TREE+= brotli
|
|
|
|
.if !defined(BROTLI_BUILDLINK3_MK)
|
|
BROTLI_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.brotli+= brotli>=1.0.1
|
|
BUILDLINK_PKGSRCDIR.brotli?= ../../archivers/brotli
|
|
.endif # BROTLI_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -brotli
|