f1c203a195
Polkit-Qt is a library that lets developers use the Polkit API through a nice Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that lets you integrate those two component easily with Polkit. This package provides Qt5 libraries.
16 lines
487 B
Makefile
16 lines
487 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/05/26 06:22:54 markd Exp $
|
|
|
|
BUILDLINK_TREE+= polkit-qt5
|
|
|
|
.if !defined(POLKIT_QT5_BUILDLINK3_MK)
|
|
POLKIT_QT5_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.polkit-qt5+= polkit-qt5>=0.112.0
|
|
BUILDLINK_ABI_DEPENDS.polkit-qt5+= polkit-qt5>=0.112.0
|
|
BUILDLINK_PKGSRCDIR.polkit-qt5?= ../../security/polkit-qt5
|
|
|
|
.include "../../security/polkit/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.endif # POLKIT_QT5_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -polkit-qt5
|