summaryrefslogtreecommitdiff
path: root/audio/libsidplay/buildlink.mk
blob: e2aaf9f67ec7921d9210ac777d1e07e4218b7096 (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
30
31
32
33
# $NetBSD: buildlink.mk,v 1.2 2001/07/01 22:59:10 jlam Exp $
#
# This Makefile fragment is included by packages that use libsidplay.
#
# To use this Makefile fragment, simply:
#
# (1) Optionally define BUILDLINK_DEPENDS.libsidplay to the dependency pattern
#     for the version of libsidplay desired.
# (2) Include this Makefile fragment in the package Makefile,
# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
#     search path, and
# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
#     path.

.if !defined(LIBSIDPLAY_BUILDLINK_MK)
LIBSIDPLAY_BUILDLINK_MK=	# defined

.include "../../mk/bsd.buildlink.mk"

BUILDLINK_DEPENDS.libsidplay?=	libsidplay>=1.36.38
DEPENDS+=	${BUILDLINK_DEPENDS.libsidplay}:../../audio/libsidplay

BUILDLINK_PREFIX.libsidplay=	${LOCALBASE}
BUILDLINK_FILES.libsidplay=	include/sidplay/*
BUILDLINK_FILES.libsidplay+=	lib/libsidplay.*

BUILDLINK_TARGETS.libsidplay=	libsidplay-buildlink
BUILDLINK_TARGETS+=		${BUILDLINK_TARGETS.libsidplay}

pre-configure: ${BUILDLINK_TARGETS.libsidplay}
libsidplay-buildlink: _BUILDLINK_USE

.endif	# LIBSIDPLAY_BUILDLINK_MK