mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
21 lines
448 B
Makefile
21 lines
448 B
Makefile
PORTNAME= libosmpbf
|
|
PORTVERSION= 1.5.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= astro geography devel
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Library for handling binary OpenStreetMap data
|
|
WWW= https://github.com/openstreetmap/OSM-binary
|
|
|
|
LICENSE= LGPL3+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
|
|
USES= cmake compiler:c++17-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= openstreetmap
|
|
GH_PROJECT= OSM-binary
|
|
|
|
.include <bsd.port.mk>
|