blob: 7abd58b4757d9d8d211c14343b3dfe8541dd6a2c (
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.5 2003/07/23 11:21:52 jmmv 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.9.1nb2
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
|