Files
ports/security/kleopatra/Makefile
T
Adriaan de Groot 63ddfd1197 Fix key management in security/kleopatra
This was reported upstream also as
	https://bugs.kde.org/show_bug.cgi?id=415168
there has been a patch languishing there for a long time, which I've
now (re)submitted upstream. It fixes all of the reported problem:
a previous patch by me in FreeBSD ports only dealt with half of them.

PR:		242670
Submitted by:	Andre Heinecke
Reported by:	Gerhard Seibert
2021-01-13 14:02:08 +00:00

29 lines
871 B
Makefile

# $FreeBSD$
PORTNAME= kleopatra
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= security kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Certificate manager for KDE
LIB_DEPENDS= libassuan.so:security/libassuan \
libboost_thread.so:devel/boost-libs \
libgpgme.so:security/gpgme \
libgpg-error.so:security/libgpg-error \
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
doctools ecm i18n iconthemes itemmodels kcmutils notifications \
service sonnet textwidgets widgetsaddons windowsystem xmlgui \
libkleo mime
USE_QT= core dbus gui network printsupport testlib widgets xml \
buildtools_build qmake_build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>