summaryrefslogtreecommitdiff
path: root/audio/streamtuner/buildlink2.mk
blob: e82ef02d786d637f4fd471d48c27d9b012d34b30 (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: buildlink2.mk,v 1.8 2004/03/26 02:27:34 wiz Exp $
#
# This Makefile fragment is included by packages that use streamtuner.
#
# This file was created automatically using createbuildlink 2.4.
#

.if !defined(STREAMTUNER_BUILDLINK2_MK)
STREAMTUNER_BUILDLINK2_MK=	# defined

BUILDLINK_PACKAGES+=			streamtuner
BUILDLINK_DEPENDS.streamtuner?=		streamtuner>=0.10.2nb1
BUILDLINK_RECOMMENDED.streamtuner?=	streamtuner>=0.10.2nb3
BUILDLINK_PKGSRCDIR.streamtuner?=	../../audio/streamtuner

EVAL_PREFIX+=	BUILDLINK_PREFIX.streamtuner=streamtuner
BUILDLINK_PREFIX.streamtuner_DEFAULT=	${LOCALBASE}
BUILDLINK_FILES.streamtuner+=	include/streamtuner/*.h
BUILDLINK_FILES.streamtuner+=	lib/pkgconfig/streamtuner.pc
BUILDLINK_FILES.streamtuner+=	lib/streamtuner/plugins/shoutcast.*

.include "../../www/curl/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"

BUILDLINK_TARGETS+=	streamtuner-buildlink

streamtuner-buildlink: _BUILDLINK_USE

.endif	# STREAMTUNER_BUILDLINK2_MK