2015-05-24 23:03:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qtkeychain
|
|
|
|
DISTVERSIONPREFIX= v
|
2019-01-02 20:57:05 +01:00
|
|
|
DISTVERSION= 0.9.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 3
|
2015-05-24 23:03:19 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
|
2018-07-16 09:45:23 +02:00
|
|
|
MAINTAINER= arrowd@FreeBSD.org
|
2015-05-24 23:03:19 +02:00
|
|
|
COMMENT= Platform independent Qt API for storing passwords
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
2016-03-24 15:05:09 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2015-05-24 23:03:19 +02:00
|
|
|
|
2019-03-16 19:46:13 +01:00
|
|
|
USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig qt:5
|
2018-03-12 19:21:09 +01:00
|
|
|
USE_GITHUB= yes
|
2019-03-16 19:46:13 +01:00
|
|
|
USE_QT= core dbus linguisttools_build buildtools_build qmake_build
|
2018-03-12 19:21:09 +01:00
|
|
|
GH_ACCOUNT= frankosterfeld
|
2015-05-24 23:03:19 +02:00
|
|
|
USE_LDCONFIG= yes
|
2019-03-16 19:46:13 +01:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
2018-03-12 19:21:09 +01:00
|
|
|
|
2019-03-16 19:54:18 +01:00
|
|
|
CONFLICTS_INSTALL= qtkeychain-qt[45]
|
|
|
|
|
2018-07-18 21:17:28 +02:00
|
|
|
OPTIONS_DEFINE= LIBSECRET
|
|
|
|
OPTIONS_DEFAULT= LIBSECRET
|
|
|
|
|
|
|
|
LIBSECRET_DESC= Enable libsecret backend
|
|
|
|
|
|
|
|
LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret
|
|
|
|
LIBSECRET_CMAKE_BOOL= LIBSECRET_SUPPORT
|
2015-05-24 23:03:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|