Subject: Handling options in bl3 files
To: None <tech-pkg@NetBSD.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 06/01/2005 15:21:28
Hi!

While trying to convert devel/allegro to the options
framework, I stumbled over the following problem:
Its bl3.mk file has contains
.if !empty(USE_ESOUND:M[Yy][Ee][Ss])
.  include "../../audio/esound/buildlink3.mk"
.endif
which should be convert to match against the PKG_OPTIONS
of the (to-be-) installed package.

How should this be done?

 Thomas