summaryrefslogtreecommitdiff
path: root/audio/streamtuner/buildlink2.mk
blob: e31182bb0069b970dbc2d549beac3ff740d3c1b1 (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
# $NetBSD: buildlink2.mk,v 1.7 2004/01/03 18:49:34 reed 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_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