mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
8 lines
386 B
Bash
Executable file
8 lines
386 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=freeciv
|
|
version=3.0.0-beta2
|
|
useconfigure=true
|
|
configopts="--enable-client=sdl2 --enable-fcmp=no"
|
|
files="http://files.freeciv.org/beta/freeciv-${version}.tar.xz freeciv-${version}.tar.xz 9f44dc28068b239c18bda68192ddb27622030880f8ab9c17f777eac28391269e"
|
|
auth_type=sha256
|
|
depends="SDL2 SDL2_image SDL2_mixer SDL2_ttf zstd libicu xz gettext"
|