96fc47c14f
that they look nicer.
19 lines
563 B
Makefile
19 lines
563 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2006/04/12 10:27:08 rillig Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
FLORIST_BUILDLINK3_MK:= ${FLORIST_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= florist
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nflorist}
|
|
BUILDLINK_PACKAGES+= florist
|
|
|
|
.if !empty(FLORIST_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.florist+= florist>=3.15p
|
|
BUILDLINK_ABI_DEPENDS.florist?= florist>=3.15pnb2
|
|
BUILDLINK_PKGSRCDIR.florist?= ../../devel/florist
|
|
.endif # FLORIST_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|