summaryrefslogtreecommitdiff
path: root/audio/tremor/buildlink3.mk
blob: 0af3adffae2d8364bfdeeadf12d96bd0e103a642 (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.3 2004/10/03 00:13:09 tv 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.2nb4
BUILDLINK_PKGSRCDIR.tremor?=	../../audio/tremor
.endif	# TREMOR_BUILDLINK3_MK

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