summaryrefslogtreecommitdiff
path: root/audio/libopendaap/buildlink3.mk
blob: 88c042b75080dad99a87933964ab89c40981bb82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $NetBSD: buildlink3.mk,v 1.2 2004/06/06 19:48:38 schmonz Exp $
# XXX
# XXX This file was created automatically using createbuildlink-3.4.
# XXX After this file as been verified as correct, the comment lines
# XXX beginning with "XXX" should be removed.  Please do not commit
# XXX unverified buildlink[23].mk files.
# XXX
# XXX Packages that only install static libraries or headers should
# XXX include the following line:
# XXX
# XXX	BUILDLINK_DEPMETHOD.libopendaap?=	build

BUILDLINK_DEPTH:=		${BUILDLINK_DEPTH}+
LIBOPENDAAP_BUILDLINK3_MK:=	${LIBOPENDAAP_BUILDLINK3_MK}+

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

BUILDLINK_PACKAGES:=	${BUILDLINK_PACKAGES:Nlibopendaap}
BUILDLINK_PACKAGES+=	libopendaap

.if !empty(LIBOPENDAAP_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.libopendaap+=	libopendaap>=0.2.1
BUILDLINK_PKGSRCDIR.libopendaap?=	../../audio/libopendaap
.endif	# LIBOPENDAAP_BUILDLINK3_MK


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