mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
24 lines
445 B
Makefile
24 lines
445 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libosmpbf
|
|
PORTVERSION= 1.3.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= astro geography devel
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Library for handling binary OpenStreetMap data
|
|
|
|
LICENSE= LGPL3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.osmpbf
|
|
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= scrosby
|
|
GH_PROJECT= OSM-binary
|
|
|
|
USES= cmake
|
|
|
|
.include <bsd.port.mk>
|