diff options
Diffstat (limited to 'net-im/libaccounts-qt/Makefile')
-rw-r--r-- | net-im/libaccounts-qt/Makefile | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/net-im/libaccounts-qt/Makefile b/net-im/libaccounts-qt/Makefile index f4b6f3e97922..267adcc46495 100644 --- a/net-im/libaccounts-qt/Makefile +++ b/net-im/libaccounts-qt/Makefile @@ -1,9 +1,8 @@ PORTNAME= libaccounts-qt -DISTVERSION= 1.16 -PORTREVISION= 5 +DISTVERSION= 1.17 CATEGORIES= net-im -DIST_SUBDIR= KDE/${GL_ACCOUNT} PKGNAMESUFFIX= ${FLAVOR:S/qt//} +DIST_SUBDIR= KDE/${GL_ACCOUNT} MAINTAINER= kde@FreeBSD.org COMMENT= Qt5 wrapper for SSO framework @@ -12,31 +11,34 @@ WWW= https://gitlab.com/accounts-sso LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib + FLAVORS= qt5 qt6 FLAVOR?= qt5 -LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib - USES= compiler:c++17-lang gettext-runtime gnome qmake \ pathfix pkgconfig python qt:${FLAVOR:S/qt//} tar:bz2 +USE_GITLAB= yes +GL_ACCOUNT= accounts-sso +GL_TAGNAME= c8fdd05f1a1ff5886f4649d24f2ba8c5f61cfa3a USE_GNOME= glib20 -_USE_QT_qt5= buildtools:build core qmake:build testlib xml +USE_LDCONFIG= yes +_USE_QT_qt5= buildtools:build core qmake:build testlib:build xml _USE_QT_qt6= base USE_QT= ${_USE_QT_${FLAVOR}} -# gitlab variables -USE_GITLAB= yes -GL_ACCOUNT= nicolasfella -GL_PROJECT= libaccounts-qt -GL_TAGNAME= 18557f7def9af8f4a9e0e93e9f575ae11e5066aa +PLIST_SUB= QT_VER=${FLAVOR:S/qt//} OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ + dot:graphics/graphviz +_DOCS_USE_qt5= QT=help:build +_DOCS_USE_qt6= QT=tools:build +DOCS_USE= ${_DOCS_USE_${FLAVOR}} DOCS_QMAKE_ON= CONFIG+=docs - -PLIST_SUB= QT_VER=${FLAVOR:S/qt//} +DOCS_BINARY_ALIAS= qhelpgenerator=${QHELPGENERATOR} pre-configure: ${REINPLACE_CMD} -e 's,$$$${INSTALL_LIBDIR},${LOCALBASE}/libdata,' \ |