479336e0e0
FlatBuffers is an efficient cross platform serialization library for C++, C#, C, Go, Java, JavaScript, PHP, and Python. It was originally created at Google for game development and other performance-critical applications.
12 lines
344 B
Makefile
12 lines
344 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2017/11/22 19:30:48 minskim Exp $
|
|
|
|
BUILDLINK_TREE+= flatbuffers
|
|
|
|
.if !defined(FLATBUFFERS_BUILDLINK3_MK)
|
|
FLATBUFFERS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.flatbuffers+= flatbuffers>=1.8.0
|
|
BUILDLINK_PKGSRCDIR.flatbuffers?= ../../devel/flatbuffers
|
|
.endif # FLATBUFFERS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -flatbuffers
|