0b313c187a
Changes include fixes to the build system for MacOS X, slightly improved handling of the maximum size to read and other small fixes.
23 lines
619 B
Makefile
23 lines
619 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2005/05/30 16:31:08 salo Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use libebml.
|
|
#
|
|
|
|
BUILDLINK_DEPMETHOD.libebml?= build
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBEBML_BUILDLINK3_MK:= ${LIBEBML_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libebml
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibebml}
|
|
BUILDLINK_PACKAGES+= libebml
|
|
|
|
.if !empty(LIBEBML_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libebml+= libebml>=0.7.5
|
|
BUILDLINK_PKGSRCDIR.libebml?= ../../devel/libebml
|
|
.endif # LIBEBML_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|