summaryrefslogtreecommitdiff
path: root/security/lxqt-openssh-askpass/Makefile
blob: d36dc6be92add56391f57c23221ca6c0607cbd47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	lxqt-openssh-askpass
PORTVERSION=	2.1.0
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	LXQT

MAINTAINER=	lxqt@FreeBSD.org
COMMENT=	LXQt GUI dialog for OpenSSH authentication
WWW=		https://lxqt-project.org

LICENSE=	LGPL21+

USES=		cmake compiler:c++17-lang gettext-runtime lxqt:2 perl5 \
		pkgconfig qt:6 tar:xz
USE_LXQT=	buildtools2 lxqt
USE_PERL5=	build
USE_QT=		base:run tools:build

.include <bsd.port.mk>