Changeset View
Changeset View
Standalone View
Standalone View
sysutils/accountsservice/Makefile
| PORTNAME= accountsservice | PORTNAME= accountsservice | ||||
| PORTVERSION= 0.6.55 | PORTVERSION= 22.08.8 | ||||
| PORTREVISION= 3 | |||||
| CATEGORIES= sysutils devel | CATEGORIES= sysutils devel | ||||
| MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/ | MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME}/ | ||||
| PATCH_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/commit/ | MAINTAINER= desktop@FreeBSD.org | ||||
| PATCHFILES+= ac9b14f1c1bb.patch:-p1 # https://gitlab.freedesktop.org/accountsservice/accountsservice/-/merge_requests/82 | |||||
| MAINTAINER= kwm@FreeBSD.org | |||||
| COMMENT= D-Bus interface for user account query and manipulation | COMMENT= D-Bus interface for user account query and manipulation | ||||
| WWW= https://gitlab.freedesktop.org/accountsservice/accountsservice | WWW= https://gitlab.freedesktop.org/accountsservice/accountsservice | ||||
| Context not available. | |||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| BUILD_DEPENDS= dbus>0:devel/dbus | BUILD_DEPENDS= dbus>0:devel/dbus | ||||
| LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit | LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \ | ||||
| libconsolekit.so:sysutils/consolekit2 | |||||
| USES= cpe gettext gnome localbase:ldflags meson pkgconfig tar:xz | USES= cpe gettext gnome localbase:ldflags meson pkgconfig tar:xz | ||||
| CPE_VENDOR= freedesktop | CPE_VENDOR= freedesktop | ||||
| USE_GNOME= glib20 intltool libxslt introspection:build | USE_GNOME= glib20 intltool libxslt introspection:build | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| MESON_ARGS= -Delogind=false \ | MESON_ARGS= -Dconsolekit=true \ | ||||
| -Dgdmconffile=${LOCALBASE}/etc/gdm/custom.conf \ | -Dgdmconffile=${LOCALBASE}/etc/gdm/custom.conf \ | ||||
| -Dlocalstatedir=/var \ | -Dlocalstatedir=/var \ | ||||
| -Dsystemd=false \ | |||||
| -Dsystemdsystemunitdir=no | -Dsystemdsystemunitdir=no | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||
| Context not available. | |||||