mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
11 lines
263 B
Makefile
11 lines
263 B
Makefile
# $NetBSD: options.mk,v 1.8 2012/08/04 14:45:34 drochner Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.scummvm
|
|
PKG_SUPPORTED_OPTIONS= fluidsynth
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mfluidsynth)
|
|
.include "../../audio/fluidsynth/buildlink3.mk"
|
|
.endif
|