pkgsrc/textproc/libcroco/buildlink3.mk
jmmv bca8d725fd Update to 0.5.1: several bugs fixed.
Note that they claim this library is API/ABI compatible with the previous
one, but the major number version of it has changed...  so a version bump
in the buildlink3.mk file is needed.
2004-04-19 15:01:00 +00:00

23 lines
709 B
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2004/04/19 15:01:00 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBCROCO_BUILDLINK3_MK:= ${LIBCROCO_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= libcroco
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibcroco}
BUILDLINK_PACKAGES+= libcroco
.if !empty(LIBCROCO_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.libcroco+= libcroco>=0.5.1
BUILDLINK_PKGSRCDIR.libcroco?= ../../textproc/libcroco
.endif # LIBCROCO_BUILDLINK3_MK
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}