blob: 1717fa4db0528fb6c718b44c13c5f13441d6ca5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
PORTNAME= accountsservice
PORTVERSION= 23.13.9
PORTREVISION= 3
CATEGORIES= sysutils devel
MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME}/
MAINTAINER= desktop@FreeBSD.org
COMMENT= D-Bus interface for user account query and manipulation
WWW= https://gitlab.freedesktop.org/accountsservice/accountsservice
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= dbus>0:devel/dbus
LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \
libconsolekit.so:sysutils/consolekit2
USES= cpe gettext gnome meson pkgconfig tar:xz
CPE_VENDOR= freedesktop
USE_GNOME= glib20 intltool libxslt introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dconsolekit=true \
-Dgdmconffile=${LOCALBASE}/etc/gdm/custom.conf \
-Dlightdmconffile=${LOCALBASE}/etc/lightdm/lightdm.conf \
-Dsystemdsystemunitdir=no \
-Dtests=false
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= arrowd
GL_TAGNAME= 665c4390164f47283f234970087105e52245ae67
OPTIONS_DEFINE= VAPI
OPTIONS_DEFAULT= VAPI
OPTIONS_SUB= yes
VAPI_USES= vala:build
VAPI_MESON_TRUE= vapi
.include <bsd.port.mk>
|