freebsd-ports/sysutils/signon-plugin-oauth2/Makefile
Tobias C. Berner 1d33dc186d Fix build for some kde@ ports with GCC-based architectures
PR:		233451
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-11-23 22:42:03 +00:00

26 lines
594 B
Makefile

# $FreeBSD$
PORTNAME= signon-plugin-oauth2
DISTVERSION= 0.24
CATEGORIES= sysutils kde
DISTNAME= archive
DIST_SUBDIR= KDE/${GL_ACCOUNT}
MAINTAINER= kde@FreeBSD.org
COMMENT= Signon OAuth 1.0 and 2.0 plugin for accounts-sso
LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5
USES= compiler:c++11-lang pkgconfig python qmake qt:5
USE_QT= core network testlib \
buildtools_build qmake_build
USE_LDCONFIG= ${PREFIX}/lib/signon
QMAKE_ENV= PREFIX=${PREFIX}
# gitlab variables
USE_GITLAB= yes
GL_ACCOUNT= accounts-sso
GL_COMMIT= 2dd9ba521a0dd4277c4bf6970a7f4e3894fd85ae
.include <bsd.port.mk>