diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-02-18 19:50:22 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-27 23:22:25 +0200 |
commit | 4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb (patch) | |
tree | c4821fd4feebc8bb562fd5b3bda7ec3556fb1a69 /freebsd/applications/Makefile | |
parent | 37c9371d70f9aeffc435b896e88bf20b490cfd55 (diff) | |
download | tde-packaging-r14.0.8.tar.gz tde-packaging-r14.0.8.zip |
FreeBSD: Update for final release R14.0.8.r14.0.8
Switch from gmake to ninja for CMake builds.
Switch several applications to CMake.
Add ports for several applications.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/Makefile')
-rw-r--r-- | freebsd/applications/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/freebsd/applications/Makefile b/freebsd/applications/Makefile index 4f9f7626e..76ec42868 100644 --- a/freebsd/applications/Makefile +++ b/freebsd/applications/Makefile @@ -11,6 +11,8 @@ SUBDIR += gtk3-tqt-engine SUBDIR += gwenview SUBDIR += gwenview-i18n + SUBDIR += kaffeine + SUBDIR += kasablanca SUBDIR += katapult SUBDIR += kbarcode SUBDIR += kbfx @@ -23,6 +25,7 @@ SUBDIR += kcmldapmanager SUBDIR += kcpuload SUBDIR += kdbusnotification + SUBDIR += kdiff3 SUBDIR += kdirstat SUBDIR += keep SUBDIR += kiosktool @@ -30,11 +33,17 @@ SUBDIR += knowit SUBDIR += knutclient SUBDIR += konversation + SUBDIR += kpowersave SUBDIR += krename SUBDIR += kshowmail SUBDIR += kshutdown + SUBDIR += ksplash-engine-moodin SUBDIR += ksquirrel + SUBDIR += kstreamripper + SUBDIR += kvkbd SUBDIR += tde-style-lipstik + SUBDIR += tdeio-ftps + SUBDIR += tdmtheme SUBDIR += yakuake .include <bsd.port.subdir.mk> |