340ca42a5e
Major changes: - Starting from this release, we now require C++11. - Moved to C++11 types like std::atomic and std::unique_ptr.
15 lines
410 B
Makefile
15 lines
410 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2018/08/04 21:19:39 minskim Exp $
|
|
|
|
BUILDLINK_TREE+= protobuf
|
|
|
|
.if !defined(PROTOBUF_BUILDLINK3_MK)
|
|
PROTOBUF_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.protobuf+= protobuf>=3.0.0
|
|
BUILDLINK_ABI_DEPENDS.protobuf?= protobuf>=3.6.0
|
|
BUILDLINK_PKGSRCDIR.protobuf?= ../../devel/protobuf
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.endif # PROTOBUF_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -protobuf
|