freebsd-ports/sysutils/signon-ui/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

31 lines
822 B
Makefile

PORTNAME= signon-ui
PORTVERSION= 0.17
PORTREVISION= 8
CATEGORIES= sysutils kde
DIST_SUBDIR= KDE/${GL_ACCOUNT}
MAINTAINER= kde@FreeBSD.org
COMMENT= Component for handling accounts-sso user interactions
WWW= https://gitlab.com/accounts-sso/signon-ui
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
libnotify.so:devel/libnotify \
libsignon-qt5.so:sysutils/signon-qt5 \
libproxy.so:net/libproxy
USES= compiler:c++11-lang gettext-runtime gl gnome pkgconfig python \
qmake qt:5 tar:bz2
USE_GL= gl
USE_GNOME= gdkpixbuf2 glib20
USE_QT= core dbus declarative gui network webkit widgets xml \
buildtools:build qmake:build
# gitlab variables
USE_GITLAB= yes
GL_ACCOUNT= accounts-sso
GL_COMMIT= 075830f31096947fcea70802b8d3c142bccfbefa
.include <bsd.port.mk>