pkgsrc/security/pinentry-qt5/Makefile
2021-04-21 11:40:12 +00:00

32 lines
951 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/04/21 11:42:36 adam Exp $
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-qt5-/}
PKGREVISION= 1
COMMENT= Applications for entering PINs or Passphrases, qt5 enabled
CONFLICTS= pinentry-qt4-[0-9]*
.include "../../security/pinentry/Makefile.common"
DISTINFO_FILE= ${.CURDIR}/distinfo
USE_LANGUAGES+= c c++
USE_TOOLS+= pkg-config gmake autoconf
CONFIGURE_ARGS+= --enable-pinentry-qt
CONFIGURE_ARGS+= --disable-pinentry-curses
CONFIGURE_ARGS+= --disable-pinentry-emacs
#CONFIGURE_ARGS+= --disable-fallback-curses
CONFIGURE_ARGS+= --disable-pinentry-gnome3
CONFIGURE_ARGS+= --disable-pinentry-gtk2
CONFIGURE_ARGS+= --disable-pinentry-fltk
CONFIGURE_ARGS+= --disable-pinentry-efl
CONFIGURE_ARGS+= --disable-libsecret
INSTALL_DIRS= qt
pre-configure:
cd ${WRKSRC} && autoreconf -i -f
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"