pkgsrc-wip/polkit-git/buildlink3.mk
Kamil Rytarowski abed1923a6 Import polkit-0.112 from wip/polkit as wip/polkit-git
It will be used for tracking the git release.

PolicyKit is a toolkit for defining and handling authorizations.  It
is used for allowing unprivileged processes to speak to privileged
processes.
2015-06-06 23:10:23 +00:00

18 lines
444 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2015/06/06 23:10:23 krytarowski Exp $
#
BUILDLINK_TREE+= polkit
.if !defined(POLKIT_BUILDLINK3_MK)
POLKIT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.polkit+= polkit>=0.103
BUILDLINK_PKGSRCDIR.polkit?= ../../wip/polkit
#.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
#.include "../../textproc/expat/buildlink3.mk"
.endif # POLKIT_BUILDLINK3_MK
BUILDLINK_TREE+= -polkit