blob: 82a438a10f5c40b244eaad8a80f21c31fc27e654 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: buildlink3.mk,v 1.16 2009/03/20 19:24:17 joerg Exp $
#
# This Makefile fragment is included by packages that use libebml.
#
BUILDLINK_TREE+= libebml
.if !defined(LIBEBML_BUILDLINK3_MK)
LIBEBML_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libebml+= libebml>=0.7.7
BUILDLINK_ABI_DEPENDS.libebml?= libebml>=0.7.7
BUILDLINK_PKGSRCDIR.libebml?= ../../devel/libebml
.endif # LIBEBML_BUILDLINK3_MK
BUILDLINK_TREE+= -libebml
|