summaryrefslogtreecommitdiff
path: root/security/polkit-qt5/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2016-05-26 06:22:54 +0000
committermarkd <markd>2016-05-26 06:22:54 +0000
commitea0e9039146b31aabd95f97ef754690b895e0874 (patch)
tree394938015f0ad92cfb485017456c0d63a318cf2d /security/polkit-qt5/Makefile
parent1c744d4f6b6418d98a62d51715769d8c6bb9694a (diff)
downloadpkgsrc-ea0e9039146b31aabd95f97ef754690b895e0874.tar.gz
Add polkit-qt5 0.112.0
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.
Diffstat (limited to 'security/polkit-qt5/Makefile')
-rw-r--r--security/polkit-qt5/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/polkit-qt5/Makefile b/security/polkit-qt5/Makefile
new file mode 100644
index 00000000000..7869ebef540
--- /dev/null
+++ b/security/polkit-qt5/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2016/05/26 06:22:54 markd Exp $
+
+DISTNAME= polkit-qt-1-0.112.0
+PKGNAME= ${DISTNAME:S/-qt-1-/-qt5-/}
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_KDE:=apps/KDE4.x/admin/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://projects.kde.org/projects/kdesupport/polkit-qt-1
+COMMENT= Qt5 Wrapper around PolicyKit
+LICENSE= gnu-lgpl-v2.1
+
+#EXTRACT_USING= gtar
+
+USE_LANGUAGES= c c++
+USE_CMAKE= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= polkit-qt5-1.pc.cmake polkit-qt5-agent-1.pc.cmake
+PKGCONFIG_OVERRIDE+= polkit-qt5-core-1.pc.cmake polkit-qt5-gui-1.pc.cmake
+
+.include "../../security/polkit/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"