summaryrefslogtreecommitdiff
path: root/security/keysmith/Makefile
blob: d1b3694bb3762e6d508f504355e60f65f15d7b81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	keysmith
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	security kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Application to generate two-factor authentication tokens
WWW=		https://invent.kde.org/utilities/keysmith

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libsodium.so:security/libsodium

USES=		cmake desktop-file-utils gettext kde:6 pkgconfig qt:6 tar:xz \
		xorg
USE_KDE=	dbusaddons i18n kirigami2 prison qqc2-desktop-style windowsystem \
		ecm:build
USE_QT=		5compat base
USE_XORG=	x11

.include <bsd.port.mk>