pkgsrc-wip/lxqt-openssh-askpass/Makefile

30 lines
761 B
Makefile

# $NetBSD$
DISTNAME= lxqt-openssh-askpass-0.14.1
CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-openssh-askpass/0.14.1/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://lxqt.org/
COMMENT= Tool used with openssh to prompt the user for password
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
DEPENDS+= openssh-[0-9]*:../../security/openssh
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/liblxqt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"