From 34e73b7a8ed87f1faacbb34534ee2bccdb0ba3bb Mon Sep 17 00:00:00 2001 From: Tobias Rehbein Date: Thu, 18 Jan 2024 22:06:59 +0100 Subject: [PATCH] README.md: Add FreeBSD Freeciv21 has been added to the FreeBSD ports tree as `games/freeciv21`. Add installation instructions. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 31f9d754ac..65edc93a52 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,17 @@ Alternatively, Freeciv21 can be used with Nix. For this, enable Nix flakes and r ```sh nix run github:longturn/freeciv21#; ``` + +### FreeBSD + +Freeciv21 is available in the FreeBSD ports tree. You can install the binary +package using this command: +```sh +pgk install freeciv21 +``` + +Although it is recommended to use the binary package, you can also build +Freeciv21 using the ports tree: +```sh +make -C /usr/ports/games/freeciv21 install clean +```