pkgsrc-ng/games/scummvm/options.mk
2013-09-26 17:14:40 +02:00

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