1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/accounts-qml-module/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

34 lines
774 B
Makefile

PORTNAME= accounts-qml-module
DISTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= sysutils kde
DIST_SUBDIR= KDE/${GL_ACCOUNT}
MAINTAINER= kde@FreeBSD.org
COMMENT= Expose the Online Accounts API to QML applications
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
libsignon-qt5.so:sysutils/signon-qt5
USES= compiler:c++11-lang gl pkgconfig qmake qt:5 tar:bz2
USE_GL= gl
USE_QT= core declarative gui network testlib xml \
buildtools_build qdoc_build qmake_build
# gitlab variables
USE_GITLAB= yes
GL_ACCOUNT= accounts-sso
GL_COMMIT= cfadea7ba8ba4011ae20d771696eb74deb87201e
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc64*}
PLIST_SUB= PPC64="@comment "
.else
PLIST_SUB= PPC64=""
.endif
.include <bsd.port.mk>