summaryrefslogtreecommitdiff
path: root/sysutils/pciutils/buildlink3.mk
blob: 7380ea95b8518149ac32a5c35fc7276bf7527432 (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.2 2006/02/05 23:10:56 joerg 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_DEPENDS.pciutils+=	pciutils>=2.1.11
BUILDLINK_RECOMMENDED.pciutils?=	pciutils>=2.1.11nb1
BUILDLINK_PKGSRCDIR.pciutils?=	../../sysutils/pciutils
BUILDLINK_DEPMETHOD.pciutils?=	build
.endif	# PCIUTILS_BUILDLINK3_MK

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