mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
45db092d75
This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4.
22 lines
659 B
Makefile
22 lines
659 B
Makefile
# $FreeBSD$
|
|
|
|
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:outsource gettext kde:5 tar:xz
|
|
USE_KDE= akonadi akonadicontacts archive auth bookmarks codecs \
|
|
completion config configwidgets contacts coreaddons crash \
|
|
dbusaddons doctools ecm i18n iconthemes itemmodels itemviews \
|
|
jobwidgets kio notifications service solid sonnet textwidgets \
|
|
widgetsaddons windowsystem xmlgui
|
|
USE_QT5= core dbus gui network printsupport widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|