2022-02-26 12:14:14 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2022/02/26 12:14:14 sthen Exp $
|
2016-06-14 18:59:52 +00:00
|
|
|
|
|
|
|
COMMENT = fast compression/decompression library
|
|
|
|
|
2022-02-26 12:14:14 +00:00
|
|
|
GH_TAGNAME = 1.1.9
|
2017-07-26 19:20:12 +00:00
|
|
|
GH_PROJECT = snappy
|
|
|
|
GH_ACCOUNT = google
|
2016-06-14 18:59:52 +00:00
|
|
|
|
2022-02-26 12:14:14 +00:00
|
|
|
SHARED_LIBS = snappy 2.0 # 4.1
|
2016-06-14 18:59:52 +00:00
|
|
|
|
|
|
|
CATEGORIES = archivers
|
|
|
|
|
|
|
|
HOMEPAGE = http://google.github.io/snappy/
|
|
|
|
|
|
|
|
# BSD
|
2019-07-12 20:43:27 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2016-06-14 18:59:52 +00:00
|
|
|
|
2017-07-26 19:20:12 +00:00
|
|
|
WANTLIB += m ${COMPILER_LIBCXX}
|
2016-06-14 18:59:52 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2017-11-09 15:07:08 +00:00
|
|
|
MODULES = devel/cmake
|
2016-06-14 18:59:52 +00:00
|
|
|
|
2017-11-09 15:07:08 +00:00
|
|
|
CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=ON \
|
2022-02-26 12:14:14 +00:00
|
|
|
-DSNAPPY_BUILD_BENCHMARKS=OFF \
|
2017-11-09 15:07:08 +00:00
|
|
|
-DSNAPPY_BUILD_TESTS=OFF
|
2016-06-14 18:59:52 +00:00
|
|
|
|
2022-02-26 12:14:14 +00:00
|
|
|
# Requires git submodules
|
2017-11-09 15:07:08 +00:00
|
|
|
NO_TEST = Yes
|
2017-07-26 19:20:12 +00:00
|
|
|
|
2016-06-14 18:59:52 +00:00
|
|
|
.include <bsd.port.mk>
|