summaryrefslogtreecommitdiff
path: root/devel/libbinio/buildlink3.mk
blob: b46f1bc3fd3cca331db1cf0ddf83609426101e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: buildlink3.mk,v 1.2 2008/06/19 16:30:45 joerg Exp $

BUILDLINK_DEPTH:=		${BUILDLINK_DEPTH}+
LIBBINIO_BUILDLINK3_MK:=	${LIBBINIO_BUILDLINK3_MK}+

.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+=	libbinio
.endif

BUILDLINK_PACKAGES:=	${BUILDLINK_PACKAGES:Nlibbinio}
BUILDLINK_PACKAGES+=	libbinio
BUILDLINK_ORDER:=	${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libbinio

.if ${LIBBINIO_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.libbinio+=	libbinio>=1.4
BUILDLINK_PKGSRCDIR.libbinio?=		../../devel/libbinio
.endif	# LIBBINIO_BUILDLINK3_MK

BUILDLINK_DEPTH:=		${BUILDLINK_DEPTH:S/+$//}