summaryrefslogtreecommitdiff
path: root/sysutils/pciutils/buildlink3.mk
blob: 8a1384d568ab50c6ed8af18b5c85cc7db0262e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: buildlink3.mk,v 1.4 2006/04/12 10:27:35 rillig Exp $

BUILDLINK_DEPTH:=		${BUILDLINK_DEPTH}+
PCIUTILS_BUILDLINK3_MK:=	${PCIUTILS_BUILDLINK3_MK}+

.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+=	pciutils
.endif

BUILDLINK_PACKAGES:=	${BUILDLINK_PACKAGES:Npciutils}
BUILDLINK_PACKAGES+=	pciutils

.if !empty(PCIUTILS_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.pciutils+=	pciutils>=2.1.11
BUILDLINK_ABI_DEPENDS.pciutils?=	pciutils>=2.1.11nb1
BUILDLINK_PKGSRCDIR.pciutils?=	../../sysutils/pciutils
BUILDLINK_DEPMETHOD.pciutils?=	build
.endif	# PCIUTILS_BUILDLINK3_MK

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