freebsd-ports/net-im/libsignon-glib/Makefile
Tobias C. Berner 8cd334f819 sysutils/signon-qt5: rename port to sysutils/signond and flavorize
- switch to fork [1]
- flavorize to be used against Qt6
- rename port to match upstream (and get rid of the qt-version in the name)

[1] https://gitlab.com/nicolasfella/signond/
2024-01-05 13:57:24 +01:00

41 lines
986 B
Makefile

PORTNAME= libsignon-glib
DISTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= net-im
DIST_SUBDIR= KDE/${GL_ACCOUNT}
MAINTAINER= kde@FreeBSD.org
COMMENT= GLib-based client library for applications handling account authentication
WWW= https://gitlab.com/accounts-sso/libsignon-glib
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= signond:sysutils/signond@qt5
RUN_DEPENDS= signond:sysutils/signond@qt5
USES= gnome libtool meson pathfix pkgconfig python tar:bz2 vala:build
USE_GNOME= introspection pygobject3
USE_PYTHON= py3kplist
# gitlab variables
USE_GITLAB= yes
GL_ACCOUNT= accounts-sso
GL_TAGNAME= 7f9f10a2e7533b74eaf027b26de48818326a1dcf
CFLAGS+= -Wno-error
CONFIGURE_ARGS= -Dtests=false
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
DOCS_MESON_TRUE= docs
BINARY_ALIAS= python=${PYTHON_CMD}
post-extract:
# Fix broken tar ball
${CP} ${WRKSRC}/libsignon-glib/*.xml ${WRKSRC}/libsignon-glib/interfaces
.include <bsd.port.mk>