mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
3d54d5fff7
- Cosmetic change
36 lines
671 B
Makefile
36 lines
671 B
Makefile
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>
|