pkgsrc/devel/libebml/buildlink3.mk
drochner 404c5bfee8 update to 1.3.0
changes:
several new API functions like GetValue()/SetValue(), new constructors,
and a couple of bug fixes like calculating dates with 64bit integers
preventing overflows in certain situations
2013-04-12 13:35:20 +00:00

13 lines
355 B
Makefile

# $NetBSD: buildlink3.mk,v 1.19 2013/04/12 13:35:20 drochner Exp $
BUILDLINK_TREE+= libebml
.if !defined(LIBEBML_BUILDLINK3_MK)
LIBEBML_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libebml+= libebml>=0.8
BUILDLINK_ABI_DEPENDS.libebml+= libebml>=1.3.0
BUILDLINK_PKGSRCDIR.libebml?= ../../devel/libebml
.endif # LIBEBML_BUILDLINK3_MK
BUILDLINK_TREE+= -libebml