From c750414b5d30ee7e4a7d59cea497609d8ceb3921 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 16 Nov 2021 16:59:40 +0100
Subject: [PATCH] Manual: mention the FreeBSD port

Closes: #1824
(cherry picked from commit 949db8ec509e7c0f36b1dbc894fda31808bfcc55)
---
 .../source/installation-and-configuration.rst       | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst
index 4720a65673..2b758c69d1 100644
--- a/doc/manual/source/installation-and-configuration.rst
+++ b/doc/manual/source/installation-and-configuration.rst
@@ -8,9 +8,9 @@ Software requirements
 =====================
 
 Packaged versions of Dynare are available for Windows (8.1, 10 and 11), several
-GNU/Linux distributions (Debian, Ubuntu, Linux Mint, Arch Linux) and macOS (12
-“Monterey”). Dynare should work on other systems, but some compilation steps
-are necessary in that case.
+GNU/Linux distributions (Debian, Ubuntu, Linux Mint, Arch Linux), macOS (12
+“Monterey”), and FreeBSD. Dynare should work on other systems, but some
+compilation steps are necessary in that case.
 
 In order to run Dynare, you need one of the following:
 
@@ -135,6 +135,13 @@ once)::
 
   octave:1> pkg install -forge io statistics control struct optim
 
+On FreeBSD
+----------
+
+A `FreeBSD port for Dynare <https://www.freshports.org/science/dynare/>`__ is
+available. It can be installed with::
+
+  pkg install dynare
 
 For other systems
 -----------------
-- 
GitLab