freebsd-ports/astro/libosmpbf/Makefile

23 lines
427 B
Makefile
Raw Normal View History

PORTNAME= libosmpbf
2021-01-25 19:15:13 +01:00
PORTVERSION= 1.5.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
2013-05-27 18:46:45 +02:00
CATEGORIES= astro geography devel
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Library for handling binary OpenStreetMap data
LICENSE= LGPL3+
2021-01-25 19:15:13 +01:00
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libprotobuf.so:devel/protobuf
USE_GITHUB= yes
GH_ACCOUNT= scrosby
GH_PROJECT= OSM-binary
USES= cmake compiler:c++11-lang
USE_CXXSTD= c++11
.include <bsd.port.mk>