summaryrefslogtreecommitdiff
path: root/audio/tremor/buildlink3.mk
blob: 8d1e2ba40e8e4876d0ad3598e62f49173b89bbc9 (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.4 2006/02/05 23:08:14 joerg Exp $

BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH}+
TREMOR_BUILDLINK3_MK:=	${TREMOR_BUILDLINK3_MK}+

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

BUILDLINK_PACKAGES:=	${BUILDLINK_PACKAGES:Ntremor}
BUILDLINK_PACKAGES+=	tremor

.if !empty(TREMOR_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.tremor+=	tremor>=1.0.2
BUILDLINK_RECOMMENDED.tremor+=	tremor>=1.0.2nb5
BUILDLINK_PKGSRCDIR.tremor?=	../../audio/tremor
.endif	# TREMOR_BUILDLINK3_MK

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