diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-04-22 00:00:02 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-04-22 20:51:11 +0200 |
commit | 4975402d7f239a520dfcbd48e03dbab43e491d68 (patch) | |
tree | 1fa8069b82399fccffe1736bbc8af73d1f3a4d93 /freebsd/Readme.md | |
parent | 718961e63499208eae72b6d4f56ae94004d41020 (diff) | |
download | tde-packaging-4975402d7f239a520dfcbd48e03dbab43e491d68.tar.gz tde-packaging-4975402d7f239a520dfcbd48e03dbab43e491d68.zip |
FreeBSD: Add ports updated for final release R14.1.0.
Add a script to synchronize ports to the FreeBSD ports structure.
Add meta-port 'tde-meta' to install all TDE ports.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/Readme.md')
-rw-r--r-- | freebsd/Readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/freebsd/Readme.md b/freebsd/Readme.md new file mode 100644 index 000000000..af61cee83 --- /dev/null +++ b/freebsd/Readme.md @@ -0,0 +1,10 @@ +# FreeBSD ports for Trinity Desktop Environment + +Git repository with TDE ports for FreeBSD is structured according to the +structure of the TDE umbrella. The `tde-ports-map` script is used to integrate +the TDE ports into the standard directory of FreeBSD ports. The script performs +synchronization from the git clone directory to the specified FreeBSD ports +based on information in each Makefile. + +More detailed instructions for installing TDE on FreeBSD can be found at wiki: +https://wiki.trinitydesktop.org/FreeBSD_Trinity_Installation_Instructions |