4196590fa5
This has been on the TODO list for forever... PR: 238764 Reported by: yuri
25 lines
746 B
Makefile
25 lines
746 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kgpg
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
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 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 ecm i18n iconthemes itemmodels itemviews \
|
|
jobwidgets kio notifications service solid sonnet textwidgets \
|
|
widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network printsupport widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|