f6e7ddf9e2
The AccountsService project provides o A set of D-Bus interfaces for querying and manipulating user account information. o An implementation of these interfaces based on the usermod(8), useradd(8) and userdel(8) commands.
17 lines
533 B
Makefile
17 lines
533 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/06/11 23:55:50 youri Exp $
|
|
|
|
BUILDLINK_TREE+= accountsservice
|
|
|
|
.if !defined(ACCOUNTSSERVICE_BUILDLINK3_MK)
|
|
ACCOUNTSSERVICE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.accountsservice+= accountsservice>=0.6.40
|
|
BUILDLINK_PKGSRCDIR.accountsservice?= ../../sysutils/accountsservice
|
|
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
|
|
.include "../../security/polkit/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # ACCOUNTSSERVICE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -accountsservice
|