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> |