50b11ff526
This can well coexist with the previous generations (1.0, 1.2).
18 lines
544 B
Makefile
18 lines
544 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/07/04 13:47:54 drochner Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBSIGC++_BUILDLINK3_MK:= ${LIBSIGC++_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libsigcxx
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibsigcxx}
|
|
BUILDLINK_PACKAGES+= libsigcxx
|
|
|
|
.if !empty(LIBSIGC++_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libsigcxx+= libsigc++2>=2.0.3
|
|
BUILDLINK_PKGSRCDIR.libsigcxx?= ../../devel/libsigc++2
|
|
.endif # LIBSIGC++_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|