badge-buildroot/package/fortune-mod/Config.in
George Hilliard dd718e3cdb Package and add fortune-mod
You deserve a cookie!
2019-08-17 09:20:54 -05:00

32 lines
766 B
Text

config BR2_PACKAGE_FORTUNE_MOD
bool "fortune-mod"
select BR2_PACKAGE_LIBRECODE
help
The Fortune Cookie Program from BSD games
https://www.shlomifish.org/open-source/projects/fortune-mod/
if BR2_PACKAGE_FORTUNE_MOD
config BR2_PACKAGE_FORTUNE_MOD_COOKIES
string "fortune cookie files"
help
Specify which fortunes to include in a semicolon-separated list.
If empty, include them all.
config BR2_PACKAGE_FORTUNE_MOD_OFFENSIVE
bool "offensive cookies"
help
Enable potentially-offensive cookies.
if BR2_PACKAGE_FORTUNE_MOD_OFFENSIVE
config BR2_PACKAGE_FORTUNE_MOD_OCOOKIES
string "offensive fortune cookie files"
help
Specify which offensive fortunes to include in a semicolon-separated
list. If empty, include them all.
endif
endif