2021-06-05 00:20:55 +03:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
|
|
|
port=freeciv
|
2023-08-01 22:23:37 +03:00
|
|
|
version=3.0.8
|
2021-06-05 00:20:55 +03:00
|
|
|
useconfigure=true
|
2022-01-08 16:32:29 +03:00
|
|
|
use_fresh_config_sub=true
|
2022-05-25 13:51:13 +03:00
|
|
|
config_sub_paths=("bootstrap/config.sub")
|
2021-09-27 01:16:18 +03:00
|
|
|
configopts=("--enable-client=sdl2" "--enable-fcmp=no")
|
2023-07-10 14:10:29 +03:00
|
|
|
files=(
|
2023-08-07 22:10:39 +03:00
|
|
|
"http://files.freeciv.org/stable/freeciv-${version}.tar.xz 3b5aa32f628890be1741c3ac942cee82c79c065f8db6baff18d734a5c0e776d4"
|
2023-07-10 14:10:29 +03:00
|
|
|
)
|
2021-09-27 01:16:18 +03:00
|
|
|
depends=("SDL2" "SDL2_image" "SDL2_mixer" "SDL2_ttf" "SDL2_gfx" "zstd" "libicu" "xz" "gettext" "curl")
|
2021-06-06 20:37:47 +03:00
|
|
|
launcher_name=Freeciv
|
|
|
|
launcher_category=Games
|
|
|
|
launcher_command=/usr/local/bin/freeciv-sdl2
|
|
|
|
icon_file=windows/client.ico
|