mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
177698aaf0
- Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
25 lines
461 B
Makefile
25 lines
461 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libosmpbf
|
|
PORTVERSION= 1.3.3
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
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>
|