freebsd-ports/devel/flatbuffers/Makefile
Yuri Victorovich a21539bd37 devel/flatbuffers: Update to 1.8.0
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13182
2017-11-22 05:54:06 +00:00

24 lines
491 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= flatbuffers
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Memory efficient serialization library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= google
CMAKE_ARGS= -DFLATBUFFERS_BUILD_SHAREDLIB:BOOL="ON"
TEST_TARGET= test
PLIST_SUB= SHLIB_VER=${PORTVERSION}
.include <bsd.port.mk>