# Recipe (MakeRecipe) for Fortune by Don Geronimo, on Tue Jan 22 00:35:58 CST 2008
# Recipe for version 9708 by Don Geronimo, on Tue Jan 22 00:35:58 CST 2008
compile_version=1.10.0
url="http://www.ibiblio.org/pub/Linux/games/amusements/fortune/fortune-mod-9708.tar.gz"
file="fortune-mod-9708.tar.gz"
file_size=1408517
file_md5=81a87a44f9d94b0809dfc2b7b140a379
recipe_type=makefile
makefile='Makefile'

make_variables=(
    "FORTDIR=$target/bin" # Fortune program location
    "COOKIEDIR=$target/share/fortunes" # Fortune cookie location
    "OCOOKIEDIR=$target/share/fortunes/off" # Offensive cookie location
    "WCOOKIEDIR=$target/share/fortunes/html" # HTML cookie location
    "BINDIR=$target/bin" # Fortune utilities location
    "BINMANDIR=$target/man/man1" # Fortune utilities man file location
    "FORTMANDIR=$target/man/man6" # Fortune program man file location
    "OFFENSIVE=0" # By default do not install offensive cookies
)

