View | Details | Raw Unified | Return to bug 229308 | Differences between
and this patch

Collapse All | Expand All

(-)security/lxqt-openssh-askpass/Makefile (+22 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	lxqt-openssh-askpass
5
PORTVERSION=	0.13.0
6
CATEGORIES=	security
7
MASTER_SITES=	LXQT
8
9
MAINTAINER=	jesper@schmitz.computer
10
COMMENT=	LXQt GUI dialog for OpenSSH authentication
11
12
LICENSE=	LGPL21+
13
14
USES=	cmake:outsource kde:5 lxqt pkgconfig tar:xz
15
USE_QT5=	buildtools_build qmake_build core dbus gui linguisttools \
16
	svg widgets x11extras xml
17
USE_KDE=	windowsystem
18
USE_LXQT=	buildtools lxqt
19
20
PLIST_FILES=	bin/lxqt-openssh-askpass
21
22
.include <bsd.port.mk>
(-)security/lxqt-openssh-askpass/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527328596
2
SHA256 (lxqt/lxqt-openssh-askpass-0.13.0.tar.xz) = f33e5f168729b974a4b9408e67c9b63f424bcff850bcbdc2d94f22e59f384250
3
SIZE (lxqt/lxqt-openssh-askpass-0.13.0.tar.xz) = 14336
(-)security/lxqt-openssh-askpass/pkg-descr (+5 lines)
Line 0 Link Here
1
The OpenSSH askpass module, will perform security tast over scale access
2
privilegies. The LXQt module is desktop independent tool, and operate as
3
daemon for the local user for specific operations.
4
5
WWW: http://lxqt.org/

Return to bug 229308