116b90e550
Thursday, 18 August 2022 KDE Gear ⚙️ 22.08 has Landed! KDE Gear ⚙️ is the collection of KDE apps, frameworks and libraries that all release new versions at the same time. Version 22.08 brings updates for KDE programs for working, developing your creativity and enjoying your free time without having to submit yourself to extortionate licenses, intrusive advertising, or surrender your privacy. Discover the most important changes added in the last four months to software designed to make your life better! Full announcement: https://kde.org/announcements/gear/22.08.0/
23 lines
745 B
Makefile
23 lines
745 B
Makefile
PORTNAME= kgpg
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= security kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Encryption tool for KDE
|
|
|
|
RUN_DEPENDS= gpg2:security/gnupg
|
|
|
|
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext kde:5 qt:5 \
|
|
tar:xz
|
|
USE_KDE= akonadi akonadicontacts archive auth bookmarks codecs \
|
|
completion config configwidgets contacts coreaddons crash \
|
|
dbusaddons doctools grantleetheme i18n iconthemes itemmodels itemviews \
|
|
jobwidgets kio notifications service solid sonnet textwidgets \
|
|
widgetsaddons windowsystem xmlgui \
|
|
ecm_build
|
|
USE_QT= concurrent core dbus gui network printsupport widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|