1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:27:35 +00:00

Ports: Add port for freeciv

This commit is contained in:
Gunnar Beutner 2021-06-04 23:20:55 +02:00 committed by Andreas Kling
parent 4cd45f5875
commit aec941b46c
4 changed files with 62 additions and 0 deletions

8
Ports/freeciv/package.sh Executable file
View file

@ -0,0 +1,8 @@
#!/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"