b7c7fb6bc0
This is the LXQt Policykit authentication agent. (Packaged in wip by pin@, final review by myself.)
28 lines
739 B
Makefile
28 lines
739 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/04/25 17:24:41 gutteridge Exp $
|
|
|
|
DISTNAME= lxqt-policykit-0.14.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-policykit/0.14.1/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://lxqt.org/
|
|
COMMENT= Policykit authentication agent
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_DIRS= build
|
|
CMAKE_ARG_PATH= ..
|
|
|
|
pre-configure:
|
|
${MKDIR} -p ${WRKSRC}/build
|
|
|
|
TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
|
|
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
|
|
|
|
.include "../../x11/liblxqt/buildlink3.mk"
|
|
.include "../../security/polkit-qt5/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|