|
Lines 1-8
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= keepassxc |
3 |
PORTNAME= keepassxc |
| 4 |
PORTVERSION= 2.1.3 |
4 |
PORTVERSION= 2.1.4 |
| 5 |
PORTREVISION= 1 |
|
|
| 6 |
CATEGORIES= security |
5 |
CATEGORIES= security |
| 7 |
|
6 |
|
| 8 |
MAINTAINER= melanhit@gmail.com |
7 |
MAINTAINER= melanhit@gmail.com |
|
Lines 22-38
Link Here
|
| 22 |
|
21 |
|
| 23 |
CONFLICTS_INSTALL= keepassx-0.* keepassx2-* keepassx-* |
22 |
CONFLICTS_INSTALL= keepassx-0.* keepassx2-* keepassx-* |
| 24 |
|
23 |
|
| 25 |
USES= cmake compiler:c++11-lib desktop-file-utils shared-mime-info |
24 |
USES= cmake:outsource compiler:c++11-lib desktop-file-utils shared-mime-info |
| 26 |
USE_LDCONFIG= yes |
25 |
USE_LDCONFIG= yes |
| 27 |
INSTALLS_ICONS= yes |
26 |
INSTALLS_ICONS= yes |
| 28 |
USE_QT5= buildtools_build concurrent core dbus gui linguisttools network \ |
27 |
USE_QT5= buildtools_build concurrent core dbus gui linguisttools network \ |
| 29 |
qmake_build testlib widgets x11extras |
28 |
qmake_build testlib widgets |
| 30 |
USE_XORG= ice inputproto sm x11 xcursor xext xfixes xi xrandr xrender \ |
29 |
USE_XORG= ice inputproto sm x11 xcursor xext xfixes xrandr xrender xt |
| 31 |
xt xtst |
|
|
| 32 |
|
30 |
|
| 33 |
USE_GITHUB= yes |
31 |
USE_GITHUB= yes |
| 34 |
GH_ACCOUNT= keepassxreboot |
32 |
GH_ACCOUNT= keepassxreboot |
| 35 |
|
33 |
|
| 36 |
CMAKE_ARGS+= -DZLIB_SUPPORTS_GZIP:BOOL=ON -DWITH_XC_AUTOTYPE=ON -DWITH_XC_HTTP=ON |
34 |
CMAKE_ARGS+= -DZLIB_SUPPORTS_GZIP:BOOL=ON |
| 37 |
|
35 |
|
|
|
36 |
OPTIONS_DEFINE= AUTOTYPE HTTP TEST |
| 37 |
OPTIONS_SUB= yes |
| 38 |
|
| 39 |
AUTOTYPE_CMAKE_BOOL= WITH_XC_AUTOTYPE |
| 40 |
AUTOTYPE_DESC= Auto-type passwords in input fields |
| 41 |
AUTOTYPE_USE= QT5=x11extras |
| 42 |
AUTOTYPE_LIB_DEPENDS= XORG=xi xtst |
| 43 |
|
| 44 |
HTTP_CMAKE_BOOL= WITH_XC_HTTP |
| 45 |
HTTP_DESC= KeePassHTTP support for ChromeIPass and PassIFox |
| 46 |
|
| 47 |
TEST_CMAKE_BOOL= WITH_TESTS WITH_GUI_TESTS |
| 48 |
|
| 38 |
.include <bsd.port.mk> |
49 |
.include <bsd.port.mk> |