aboutsummaryrefslogtreecommitdiff
path: root/security/lxqt-openssh-askpass/Makefile
blob: 11052a7370632e391f1e83a51b4df23c0dc59791 (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.3.0
PORTREVISION=	2
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++20-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>