2006-04-17 15:45:57 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.7 2006/04/17 13:46:03 wiz Exp $
|
2004-05-05 05:36:22 +02:00
|
|
|
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
|
|
GEOMETRYKIT_BUILDLINK3_MK:= ${GEOMETRYKIT_BUILDLINK3_MK}+
|
|
|
|
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
|
|
BUILDLINK_DEPENDS+= GeometryKit
|
|
|
|
.endif
|
|
|
|
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NGeometryKit}
|
|
|
|
BUILDLINK_PACKAGES+= GeometryKit
|
|
|
|
|
|
|
|
.if !empty(GEOMETRYKIT_BUILDLINK3_MK:M+)
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.GeometryKit+= GeometryKit>=0.3.1r2nb3
|
2006-04-17 15:45:57 +02:00
|
|
|
BUILDLINK_ABI_DEPENDS.GeometryKit?= GeometryKit>=0.3.1r2nb10
|
2004-05-05 05:36:22 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.GeometryKit?= ../../graphics/GeometryKit
|
|
|
|
.endif # GEOMETRYKIT_BUILDLINK3_MK
|
|
|
|
|
|
|
|
.include "../../x11/gnustep-back/buildlink3.mk"
|
|
|
|
|
2006-04-12 12:26:59 +02:00
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|