272d51cc21
major change. Reported by Robert Elz in PR 41345.
15 lines
435 B
Makefile
15 lines
435 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2009/05/20 00:58:05 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= fluidsynth
|
|
|
|
.if !defined(FLUIDSYNTH_BUILDLINK3_MK)
|
|
FLUIDSYNTH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.fluidsynth+= fluidsynth>=1.0.5
|
|
BUILDLINK_ABI_DEPENDS.fluidsynth?= fluidsynth>=1.0.9nb1
|
|
BUILDLINK_PKGSRCDIR.fluidsynth?= ../../audio/fluidsynth
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.endif # FLUIDSYNTH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -fluidsynth
|