|
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 33-38
Link Here
|
| 33 |
USE_GITHUB= yes |
32 |
USE_GITHUB= yes |
| 34 |
GH_ACCOUNT= keepassxreboot |
33 |
GH_ACCOUNT= keepassxreboot |
| 35 |
|
34 |
|
| 36 |
CMAKE_ARGS+= -DZLIB_SUPPORTS_GZIP:BOOL=ON -DWITH_XC_AUTOTYPE=ON -DWITH_XC_HTTP=ON |
35 |
TEST_TARGET= test |
| 37 |
|
36 |
|
|
|
37 |
CMAKE_ARGS= -DZLIB_SUPPORTS_GZIP:BOOL=ON |
| 38 |
|
| 39 |
OPTIONS_DEFAULT= AUTOTYPE HTTP |
| 40 |
OPTIONS_DEFINE= AUTOTYPE HTTP |
| 41 |
OPTIONS_SUB= yes |
| 42 |
|
| 43 |
AUTOTYPE_CMAKE_BOOL= WITH_XC_AUTOTYPE |
| 44 |
AUTOTYPE_DESC= Auto-type passwords in input fields |
| 45 |
HTTP_CMAKE_BOOL= WITH_XC_HTTP |
| 46 |
HTTP_DESC= KeePassHTTP support for ChromeIPass and PassIFox |
| 47 |
|
| 38 |
.include <bsd.port.mk> |
48 |
.include <bsd.port.mk> |