94bcb47de7
changes: -support more games -support for TrueType fonts via FreeType2 -custom game and engine options -speedup, UI improvements -bugfixes -translation update pkgsrc change: cleanup of options -- the "x11" backend doesn't work, so "sdl" is the only choice left
10 lines
263 B
Makefile
10 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
|