9f2902e98f
This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format. It includes libprotobuf-c, a pure C library that implements protobuf encoding and decoding, and protoc-c, a code generator that converts Protocol Buffer .proto files to C descriptor code, based on the original protoc.
14 lines
380 B
Makefile
14 lines
380 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2015/06/10 01:39:33 wiedi Exp $
|
|
|
|
BUILDLINK_TREE+= protobuf-c
|
|
|
|
.if !defined(PROTOBUF_C_BUILDLINK3_MK)
|
|
PROTOBUF_C_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.protobuf-c+= protobuf-c>=1.1.1
|
|
BUILDLINK_PKGSRCDIR.protobuf-c?= ../../devel/protobuf-c
|
|
|
|
.include "../../devel/protobuf/buildlink3.mk"
|
|
.endif # PROTOBUF_C_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -protobuf-c
|