diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-27 04:21:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-29 13:25:04 +0200 |
commit | 0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch) | |
tree | 9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/applications/Makefile | |
parent | b9d33de3622fcad3fdfdc9b1464b4bc160f205ba (diff) | |
download | tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.tar.gz tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.zip |
FreeBSD: Update for final release R14.0.11.r14.0.11
Adjusted to new a layout of applications folder.
Pinetry-tqt package is not built within the tree.
Switch several applications to CMake.
Add ports for several applications.
Add port for cmake-trinity.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/Makefile')
-rw-r--r-- | freebsd/applications/Makefile | 75 |
1 files changed, 12 insertions, 63 deletions
diff --git a/freebsd/applications/Makefile b/freebsd/applications/Makefile index 6f98fbc42..7a94d9066 100644 --- a/freebsd/applications/Makefile +++ b/freebsd/applications/Makefile @@ -1,67 +1,16 @@ SUBDIR = - SUBDIR += abakus - SUBDIR += amarok - SUBDIR += basket - SUBDIR += bibletime - SUBDIR += codeine - SUBDIR += digikam - SUBDIR += dolphin - SUBDIR += filelight - SUBDIR += gtk-qt-engine - SUBDIR += gtk3-tqt-engine - SUBDIR += gwenview - SUBDIR += gwenview-i18n - SUBDIR += kaffeine - SUBDIR += kasablanca - SUBDIR += katapult - SUBDIR += kbarcode - SUBDIR += kbfx - SUBDIR += kbibtex - SUBDIR += kbiff - SUBDIR += kbookreader - SUBDIR += kchmviewer - SUBDIR += kcmautostart - SUBDIR += kcmldap - SUBDIR += kcmldapmanager - SUBDIR += kcpuload - SUBDIR += kdbg - SUBDIR += kdbusnotification - SUBDIR += kdiff3 - SUBDIR += kdirstat - SUBDIR += keep - SUBDIR += kiosktool - SUBDIR += kkbswitch - SUBDIR += klamav - SUBDIR += knights - SUBDIR += knmap - SUBDIR += knowit - SUBDIR += knutclient - SUBDIR += kompose - SUBDIR += konversation - SUBDIR += kooldock - SUBDIR += krename - SUBDIR += kscope - SUBDIR += kshowmail - SUBDIR += kshutdown - SUBDIR += ksplash-engine-moodin - SUBDIR += ksquirrel - SUBDIR += kstreamripper - SUBDIR += ksystemlog - SUBDIR += kvkbd - SUBDIR += kxmleditor - SUBDIR += mathemagics - SUBDIR += tastymenu - SUBDIR += tde-style-baghira - SUBDIR += tde-style-domino - SUBDIR += tde-style-ia-ora - SUBDIR += tde-style-lipstik - SUBDIR += tde-style-qtcurve - SUBDIR += tde-systemsettings - SUBDIR += tdedocker - SUBDIR += tdeio-ftps - SUBDIR += tdepacman - SUBDIR += tdmtheme - SUBDIR += yakuake + SUBDIR += development + SUBDIR += games + SUBDIR += graphics + SUBDIR += internet + SUBDIR += misc + SUBDIR += multimedia + SUBDIR += office + SUBDIR += settings + SUBDIR += system + SUBDIR += tdeio + SUBDIR += themes + SUBDIR += utilities .include <bsd.port.subdir.mk> |