21 lines
370 B
Makefile
21 lines
370 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= h3
|
|
PORTVERSION= 3.7.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Hexagonal hierarchical geospatial indexing system
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= uber
|
|
|
|
.include <bsd.port.mk>
|