blob: 709c9005eb7ebbed33b392ab6efe9c9028dbf41c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
PORTNAME= h3
PORTVERSION= 3.7.2
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Hexagonal hierarchical geospatial indexing system
WWW= https://h3geo.org/ \
https://github.com/uber/h3
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
CMAKE_OFF= BUILD_TESTING \
ENABLE_COVERAGE \
ENABLE_DOCS \
ENABLE_FORMAT \
ENABLE_LIBFUZZER \
ENABLE_LINTING \
H3_FUZZER_NO_MAIN \
WARNINGS_AS_ERRORS
CMAKE_ON= BUILD_BENCHMARKS \
BUILD_FILTERS \
BUILD_FUZZERS \
BUILD_GENERATORS \
BUILD_SHARED_LIBS \
CMAKE_DISABLE_FIND_PACKAGE_Doxygen
USE_GITHUB= yes
GH_ACCOUNT= uber
.include <bsd.port.mk>
|