aboutsummaryrefslogtreecommitdiff
path: root/security/plasma5-ksshaskpass/Makefile
blob: 8887692367e63236097b9de2de4c3bb65f6e7c3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	ksshaskpass
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	security kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Plasma5 ssh-add frontend

USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz
USE_KDE=	coreaddons doctools ecm i18n wallet widgetsaddons
USE_QT5=	core gui widgets \
		buildtools_build qmake_build

.include <bsd.port.mk>